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!)
A363602 Number of partitions of n where there are k^2+1 kinds of parts k. 2
1, 2, 8, 24, 72, 196, 532, 1368, 3467, 8520, 20580, 48664, 113330, 259588, 586692, 1308304, 2883427, 6283192, 13551344, 28940688, 61246052, 128492516, 267388008, 552126648, 1131750735, 2303690862, 4658080756, 9358912416, 18689701580, 37106245300, 73259451208 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/Product_{k>=1} (1-x^k)^(k^2+1).
a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} A092345(k) * a(n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(1/prod(k=1, N, (1-x^k)^(k^2+1)))
CROSSREFS
Sequence in context: A050242 A045697 A131569 * A290904 A231200 A066973
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 10 2023
EXTENSIONS
Name suggested by Joerg Arndt, Jun 11 2023
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 11 20:24 EDT 2024. Contains 372413 sequences. (Running on oeis4.)