The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A317983 Expansion of 420*x*(1 + x)*(1 + 10*x + x^2) / (1 - x)^6. 5
420, 7140, 41160, 148680, 411180, 955500, 1963920, 3684240, 6439860, 10639860, 16789080, 25498200, 37493820, 53628540, 74891040, 102416160, 137494980, 181584900, 236319720, 303519720, 385201740, 483589260, 601122480, 740468400, 904530900, 1096460820 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Seems to be the negative of the third column of A316387.
LINKS
FORMULA
G.f.: 420*x*(1 + x)*(1 + 10*x + x^2) / (1 - x)^6.
a(n) = 420 * A000538(n).
a(n) = 84*n^5 + 210*n^4 + 140*n^3 - 14*n.
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(420*x*(1 + x)*(1 + 10*x + x^2) / (1 - x)^6 + O(x^40))
(PARI) a(n) = 84*n^5 + 210*n^4 + 140*n^3 - 14*n
CROSSREFS
Sequence in context: A171259 A061125 A269016 * A179718 A166784 A223365
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 13 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 May 20 04:44 EDT 2024. Contains 372703 sequences. (Running on oeis4.)