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!)
A134241 a(n) = 8*(n-1)*(n-2)*(n-3)*(6*n^2-37*n+60). 1
0, 0, 0, 384, 4800, 25920, 91200, 248640, 572544, 1169280, 2183040, 3801600, 6262080, 9856704, 14938560, 21927360, 31315200, 43672320, 59652864, 80000640, 105554880, 137256000, 176151360, 223401024, 280283520, 348201600, 428688000, 523411200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
D. Zvonkine, Home Page
FORMULA
O.g.f.: 192*x^4*(3*x+2)*(5*x+1)/(-1+x)^6 . - R. J. Mathar, Feb 01 2008
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). - G. C. Greubel, May 30 2016
MATHEMATICA
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 0, 0, 384, 4800, 25920}, 50] (* or *) Table[8 (n - 1) (n - 2) (n - 3) (6 n^2 - 37 n + 60), {n, 1, 25}] (* G. C. Greubel, May 30 2016 *)
CROSSREFS
Sequence in context: A252904 A252899 A183686 * A203980 A061403 A281656
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 30 2008
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 June 11 22:48 EDT 2024. Contains 373317 sequences. (Running on oeis4.)