login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A278800
G.f.: Sum_{k>0} x^prime(k)/(1-x)^k.
0
0, 0, 1, 2, 3, 5, 8, 13, 21, 33, 50, 74, 108, 157, 229, 336, 495, 730, 1075, 1579, 2314, 3387, 4957, 7259, 10638, 15597, 22864, 33484, 48943, 71333, 103570, 149682, 215192, 307633, 437249, 617959, 868691, 1215232, 1692791, 2349539, 3251478, 4489107, 6186507, 8513674
OFFSET
0,4
FORMULA
G.f.: Sum_{k>0} x^Prime(k)/(1-x)^k.
MATHEMATICA
CoefficientList[Series[Sum[x^Prime[k]/(1 - x)^k, {k, 1, 40}], {x, 0, 40}], x]
CROSSREFS
Sequence in context: A011185 A240733 A283936 * A334738 A286938 A055806
KEYWORD
nonn
AUTHOR
STATUS
approved