|
| |
|
|
A046042
|
|
Number of partitions of n into fourth powers.
|
|
0
| |
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 9, 9, 9, 9, 9, 9
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,16
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
|
FORMULA
| G.f.=-1+1/product(1-x^(j^4),j=1..infinity). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 06 2006
|
|
|
EXAMPLE
| a(33)=3 because we have [16,16,1], [16,1,1,...,1] (17 1's) and [1,1,...,1] (33 1's)).
|
|
|
MAPLE
| g:=-1+1/product(1-x^(j^4), j=1..10): gser:=series(g, x=0, 105): seq(coeff(gser, x, n), n=1..102); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 06 2006
|
|
|
CROSSREFS
| Cf. A000583, A002377.
Sequence in context: A056811 A097430 A054900 * A071841 A097876 A177830
Adjacent sequences: A046039 A046040 A046041 * A046043 A046044 A046045
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com)
|
| |
|
|