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!)
A274252 Number of partitions of n^5 into at most three parts. 5
1, 1, 102, 5043, 87894, 815365, 5042737, 23548008, 89494870, 290594892, 833383334, 2161532576, 5159904769, 11488393301, 24104823494, 48054578907, 91626493270, 168000201633, 297539880337, 510923426200, 853334933334, 1389992123568, 2213329476102, 3452212485976 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Colin Barker, Table of n, a(n) for n = 0..1000

FORMULA

Coefficient of x^(n^5) in 1/((1-x)*(1-x^2)*(1-x^3)).

G.f.: (1 -8*x +128*x^2 +4084*x^3 +46100*x^4 +193094*x^5 +407528*x^6 +512642*x^7 +407381*x^8 +193090*x^9 +46120*x^10 +4170*x^11 +70*x^12) / ((1 -x)^11*(1 +x)*(1 +x +x^2)).

a(n) = A001399(n^5) = round((n^5+3)^2/12). - Alois P. Heinz, Jun 16 2016

PROG

(PARI)

\\ b(n) is the coefficient of x^n in the g.f. 1/((1-x)*(1-x^2)*(1-x^3)).

b(n) = round(real((47+9*(-1)^n + 8*exp(-2/3*I*n*Pi) + 8*exp((2*I*n*Pi)/3) + 36*n+6*n^2)/72))

vector(50, n, n--; b(n^5))

CROSSREFS

A subsequence of A001399.

Cf. A274250 (n^2), A274251 (n^3), A274253 (n^7), A274254 (n^11).

Sequence in context: A203401 A217331 A284448 * A303993 A030512 A097725

Adjacent sequences: A274249 A274250 A274251 * A274253 A274254 A274255

KEYWORD

nonn

AUTHOR

Colin Barker, Jun 16 2016

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 March 29 07:53 EDT 2023. Contains 361596 sequences. (Running on oeis4.)