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!)
A280271 Expansion of (1/(1 - x))*Product_{k>=1} (1 + x^prime(k)). 1
1, 1, 2, 3, 3, 5, 5, 7, 8, 9, 11, 12, 14, 16, 18, 20, 23, 25, 29, 32, 36, 40, 44, 49, 54, 59, 65, 70, 76, 83, 89, 98, 105, 114, 123, 132, 143, 154, 165, 178, 190, 204, 219, 234, 251, 267, 285, 304, 324, 345, 368, 390, 415, 441, 468, 498, 527, 559, 591, 626, 663, 702, 742, 784, 828, 873, 923, 973, 1026, 1081, 1138 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Partial sums of A000586.
LINKS
Joerg Arndt, Matters Computational (The Fxtbook), end of section 16.4.2 "Partitions into distinct parts", pp.348ff
Eric Weisstein's World of Mathematics, Prime Partition
FORMULA
G.f.: (1/(1 - x))*Product_{k>=1} (1 + x^prime(k)).
MATHEMATICA
nmax = 70; CoefficientList[Series[(1/(1 - x)) Product[(1 + x^Prime[k]), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A159050 A363433 A210336 * A145834 A339246 A341142
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 30 2016
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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)