Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A090948 a(n) = (1/24)*(n+1)*(n+6)*(n^3+26*n^2+225*n+636). 1
0, 159, 518, 1198, 2358, 4200, 6974, 10983, 16588, 24213, 34350, 47564, 64498, 85878, 112518, 145325, 185304, 233563, 291318, 359898, 440750, 535444, 645678, 773283, 920228, 1088625, 1280734, 1498968, 1745898, 2024258, 2336950, 2687049, 3077808 (list; graph; refs; listen; history; text; internal format)
OFFSET
-1,2
LINKS
P. Erdos, R. K. Guy and J. W. Moon, On refining partitions, J. London Math. Soc., 9 (1975), 565-570.
FORMULA
G.f.: (159-436*x+475*x^2-240*x^3+47*x^4)/(1-x)^6. - Colin Barker, Sep 10 2012
E.g.f.: (3816 +8616*x +3852*x^2 +636*x^3 +43*x^4 +x^5)*exp(x)/24. - G. C. Greubel, Feb 04 2019
MAPLE
A090948:=n->(n+1)*(n+6)*(n^3+26*n^2+225*n+636)/24; seq(A090948(n), n=-1..100); # Wesley Ivan Hurt, Dec 12 2013
MATHEMATICA
Table[(n+1)(n+6)(n^3+26n^2+225n+636)/24, {n, -1, 100}] (* Wesley Ivan Hurt, Dec 12 2013 *)
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 159, 518, 1198, 2358, 4200}, 40] (* Harvey P. Dale, Jan 16 2015 *)
PROG
(PARI) a(n) = (n+1)*(n+6)*(n^3+26*n^2+225*n+636)/24; \\ Altug Alkan, Jan 10 2015
(Magma) [(n+1)*(n+6)*(n^3+26*n^2+225*n+636)/24: n in [-1..30]]; // G. C. Greubel, Feb 04 2019
(Sage) [(n+1)*(n+6)*(n^3+26*n^2+225*n+636)/24 for n in (-1..30)] # G. C. Greubel, Feb 04 2019
(GAP) List([-1..30], n -> (n+1)*(n+6)*(n^3+26*n^2+225*n+636)/24); # G. C. Greubel, Feb 04 2019
CROSSREFS
Sequence in context: A329535 A250659 A280971 * A242115 A227709 A212780
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Feb 28 2004
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 18 14:10 EDT 2024. Contains 375269 sequences. (Running on oeis4.)