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!)
A337762 Number of partitions of the n-th n-gonal number into n-gonal numbers. 6
1, 1, 2, 4, 8, 21, 56, 144, 370, 926, 2275, 5482, 12966, 30124, 68838, 154934, 343756, 752689, 1627701, 3479226, 7355608, 15390682, 31889732, 65465473, 133212912, 268811363, 538119723, 1069051243, 2108416588, 4129355331, 8033439333 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
David A. Corneth, Table of n, a(n) for n = 0..278 (first 51 terms from Vaclav Kotesovec)
Eric Weisstein's World of Mathematics, Polygonal Number
FORMULA
a(n) = [x^p(n,n)] Product_{k=1..n} 1 / (1 - x^p(n,k)), where p(n,k) = k * (k * (n - 2) - n + 4) / 2 is the k-th n-gonal number.
EXAMPLE
a(3) = 4 because the third triangular number is 6 and we have [6], [3, 3], [3, 1, 1, 1] and [1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 20; Table[SeriesCoefficient[Product[1/(1 - x^(k*((k*(n - 2) - n + 4)/2))), {k, 1, n}], {x, 0, n*(4 - 3*n + n^2)/2}], {n, 0, nmax}] (* Vaclav Kotesovec, Sep 19 2020 *)
CROSSREFS
Sequence in context: A002040 A162110 A108071 * A055876 A065847 A133604
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 19 2020
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)