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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064688 Number of partitions of primes into distinct (also odd) parts. 2
1, 2, 3, 5, 12, 18, 38, 54, 104, 256, 340, 760, 1260, 1610, 2590, 5120, 9792, 12076, 22250, 32992, 40026, 70488, 101698, 173682, 345856, 483330, 570078, 789640, 927406, 1274118, 3725410, 5010688, 7755776, 8953856, 18108418, 20792120 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n) = A000009(A000040(n)). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 27 2002

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,400

FORMULA

a(n) = t(prime(n), 0), t as defined in A079211.

MATHEMATICA

a[n_]:=PartitionsQ[Prime[n]]; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 05 2008]

PROG

A := mul(1+x^m, m=1..100); A000009 := n->coeff(A, x, n); A064688:=n->A000009(ithprime(n));

(PARI) q(n) = polcoeff(prod(k=1, n, 1+x^k, 1+x*O(x^n)), n) for(n=1, 50, print1(q(prime(n)), ", "))

(PARI) q(n)= { polcoeff(prod(k=1, n, 1 + x^k, 1 + x*O(x^n)), n) } { for (n = 1, 400, write("b064688.txt", n, " ", q(prime(n))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 22 2009]

CROSSREFS

Cf. A000009, A000040, A123557.

Sequence in context: A140489 A193776 A051915 * A089891 A004689 A183364

Adjacent sequences:  A064685 A064686 A064687 * A064689 A064690 A064691

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 11 2001

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 14 07:59 EST 2012. Contains 205604 sequences.