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!)
A054778 5n*(5n-1)*(5n-2)*(5n-3)*(5n-4). 0
0, 120, 30240, 360360, 1860480, 6375600, 17100720, 38955840, 78960960, 146611080, 254251200, 417451320, 655381440, 991186560, 1452361680, 2071126800, 2884801920, 3936182040, 5273912160, 6952862280, 9034502400, 11587277520, 14686982640, 18417137760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A052787(5n) = 120*binomial(5*n, 5).
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), with a(0)=0, a(1)=120, a(2)=30240, a(3)=360360, a(4)=1860480, a(5)=6375600. - Harvey P. Dale, Aug 29 2012
G.f.: 120*x*(126*x^4+1246*x^3+1506*x^2+246*x+1) / (x-1)^6. - Colin Barker, Sep 13 2014
MATHEMATICA
With[{f=Times@@(5n-Range[0, 4])}, Table[f, {n, 0, 30}]] (* or *) LinearRecurrence[ {6, -15, 20, -15, 6, -1}, {0, 120, 30240, 360360, 1860480, 6375600}, 30] (* Harvey P. Dale, Aug 29 2012 *)
PROG
(PARI) concat(0, Vec(120*x*(126*x^4+1246*x^3+1506*x^2+246*x+1)/(x-1)^6 + O(x^100))) \\ Colin Barker, Sep 13 2014
CROSSREFS
Sequence in context: A104008 A278726 A227667 * A230729 A027493 A145407
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, May 19 2000
EXTENSIONS
More terms from Colin Barker, Sep 13 2014
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 2 15:37 EDT 2024. Contains 372197 sequences. (Running on oeis4.)