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!)
A257601 a(n) = (n^4 + 20*n^3 + 125*n^2 + 250*n + 24)/12. 2
2, 35, 100, 210, 380, 627, 970, 1430, 2030, 2795, 3752, 4930, 6360, 8075, 10110, 12502, 15290, 18515, 22220, 26450, 31252, 36675, 42770, 49590, 57190, 65627, 74960, 85250, 96560, 108955, 122502, 137270, 153330, 170755, 189620, 210002, 231980, 255635, 281050, 308310, 337502 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Yang-Hui He and John McKay, Sporadic and Exceptional, arXiv:1505.06742 [math.AG], 2015.
FORMULA
G.f.: (2 + 25*x - 55*x^2 + 40*x^3 - 10*x^4)/(1-x)^5. - Vincenzo Librandi, Jun 08 2015
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - Vincenzo Librandi, Jun 08 2015
E.g.f.: (1/12)*(24 + 396*x + 192*x^2 + 26*x^3 + x^4)*exp(x). - G. C. Greubel, Mar 24 2022
MATHEMATICA
Table[(n^4 +20*n^3 +125*n^2 +250*n +24)/12, {n, 0, 50] (* Bruno Berselli, Jun 08 2015 *)
LinearRecurrence[{5, -10, 10, -5, 1}, {2, 35, 100, 210, 380}, 50] (* Harvey P. Dale, Oct 21 2018 *)
PROG
(Sage) [(n^4 +20*n^3 +125*n^2 +250*n +24)/12 for n in (0..50)] # Bruno Berselli, Jun 08 2015
(Magma) I:=[2, 35, 100, 210, 380]; [n le 5 select I[n] else 5*Self(n-1)-10*Self(n-2)+10*Self(n-3)-5*Self(n-4)+Self(n-5): n in [1..45]]; // Vincenzo Librandi, Jun 08 2015
CROSSREFS
Agrees with A257600 except for first term.
Sequence in context: A291162 A042459 A276713 * A282727 A042353 A193576
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 07 2015
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)