[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A316457 Expansion of x*(31 + 326*x + 336*x^2 + 26*x^3 + x^4) / (1 - x)^6. 4
31, 512, 2943, 10624, 29375, 68256, 140287, 263168, 459999, 760000, 1199231, 1821312, 2678143, 3830624, 5349375, 7315456, 9821087, 12970368, 16879999, 21680000, 27514431, 34542112, 42937343, 52890624, 64609375, 78318656, 94261887, 112701568, 133919999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Seems to be the first column of A316349.
LINKS
FORMULA
G.f.: x*(31 + 326*x + 336*x^2 + 26*x^3 + x^4) / (1 - x)^6.
a(n) = 6*n^5 + 15*n^4 + 10*n^3.
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n>6.
PROG
(PARI) Vec(x*(31 + 326*x + 336*x^2 + 26*x^3 + x^4) / (1 - x)^6 + O(x^40))
(PARI) a(n) = 6*n^5 + 15*n^4 + 10*n^3
CROSSREFS
Sequence in context: A125488 A319427 A241888 * A278558 A022659 A038395
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 12 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)