|
Search: id:A084993
|
|
|
| A084993 |
|
Total number of parts in all partitions of n into prime parts. |
|
+0 3
|
|
| 0, 1, 1, 2, 3, 5, 6, 9, 12, 16, 20, 27, 33, 42, 53, 64, 80, 96, 117, 141, 169, 201, 239, 282, 333, 390, 456, 532, 617, 715, 826, 951, 1094, 1253, 1435, 1636, 1864, 2119, 2404, 2723, 3078, 3473, 3915, 4403, 4947, 5549, 6215, 6952, 7767, 8665, 9656, 10748
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
FORMULA
|
G.f.=sum(x^p(j)/(1-x^p(j)),j=1..infinity)/product(1-x^p(j), j=1..infinity), where p(j) is the j-th prime. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 07 2006
|
|
EXAMPLE
|
Partitions of 9 into primes are 2+2+2+3=3+3+3=2+2+5=2+7; thus a(9)=4+3+3+2=12.
|
|
MAPLE
|
g:=sum(x^ithprime(j)/(1-x^ithprime(j)), j=1..20)/product(1-x^ithprime(j), j=1..20): gser:=series(g, x=0, 60): seq(coeff(gser, x^n), n=1..57); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 07 2006
|
|
CROSSREFS
|
Cf. A000607, A024938.
Sequence in context: A026317 A008768 A067593 this_sequence A046966 A035948 A094873
Adjacent sequences: A084990 A084991 A084992 this_sequence A084994 A084995 A084996
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Vladeta Jovovic (vladeta(AT)Eunet.yu), Jul 17 2003
|
|
|
Search completed in 0.002 seconds
|