[go: up one dir, main page]

login
Revision History for A170788 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = n^9*(n^6 + 1)/2.
(history; published version)
#12 by Charles R Greathouse IV at Thu Sep 08 08:45:49 EDT 2022
PROG

(MAGMAMagma) [n^9*(n^6+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#11 by Wesley Ivan Hurt at Fri Jul 29 22:21:18 EDT 2022
STATUS

editing

approved

#10 by Wesley Ivan Hurt at Fri Jul 29 22:20:14 EDT 2022
FORMULA

a(n) = 16*a(n-1) - 120*a(n-2) + 560*a(n-3) - 1820*a(n-4) + 4368*a(n-5) - 8008*a(n-6) + 11440*a(n-7) - 12870*a(n-8) + 11440*a(n-9) - 8008*a(n-10) + 4368*a(n-11) - 1820*a(n-12) + 560*a(n-13) - 120*a(n-14) + 16*a(n-15) - a(n-16). - Wesley Ivan Hurt, Jul 29 2022

MATHEMATICA

Table[n^9*(n^6+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 06 2017 *)

STATUS

approved

editing

#9 by Joerg Arndt at Thu Dec 07 02:28:16 EST 2017
STATUS

reviewed

approved

#8 by Michel Marcus at Thu Dec 07 00:59:07 EST 2017
STATUS

proposed

reviewed

#7 by G. C. Greubel at Wed Dec 06 21:43:10 EST 2017
STATUS

editing

proposed

#6 by G. C. Greubel at Wed Dec 06 21:42:19 EST 2017
NAME

a(n) = n^9*(n^6 + 1)/2.

LINKS

<a href="/index/Rec#order_16">Index entries for linear recurrences with constant coefficients</a>, signature (16,-120,560,-1820,4368,-8008, 11440,-12870,11440,-8008,4368,-1820,560,-120,16,-1).

FORMULA

G.f.: (x + 16624*x^2 + 6918175*x^3 + 424049504*x^4 + 7520532701*x^5 + 51388594448*x^6 + 155693938947*x^7 + 223769083200*x^8 + 155693938947*x^9 + 51388594448*x^10 + 7520532701*x^11 + 424049504*x^12 + 6918175*x^13 + 16624*x^14 + x^15)/(1-x)^16. - G. C. Greubel, Dec 06 2017

MATHEMATICA

Table[n^9*(n^6+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 06 2017 *)

PROG

(MAGMA) [n^9*(n^6+1)/2: n in [0..20]]; // _Vincenzo Librandi, _, Aug 26 2011

(PARI) for(n=0, 30, print1(n^9*(n^6+1)/2, ", ")) \\ G. C. Greubel, Dec 06 2017

STATUS

approved

editing

#5 by N. J. A. Sloane at Thu Jan 17 12:25:39 EST 2013
AUTHOR

_N. J. A. Sloane *(njas(AT)research.att.com), _, Dec 11 2009

Discussion
Thu Jan 17
12:25
OEIS Server: https://oeis.org/edit/global/1859
#4 by Bruno Berselli at Fri Aug 26 03:45:06 EDT 2011
STATUS

proposed

approved

#3 by Vincenzo Librandi at Fri Aug 26 03:17:32 EDT 2011
STATUS

editing

proposed