login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084993 Total number of parts in all partitions of n into prime parts. 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; refs; listen; history; internal format)
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 * A046966 A035948 A166048

Adjacent sequences:  A084990 A084991 A084992 * A084994 A084995 A084996

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 17 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:12 EST 2012. Contains 205909 sequences.