cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A280271 Expansion of (1/(1 - x))*Product_{k>=1} (1 + x^prime(k)).

Original entry on oeis.org

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
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 30 2016

Keywords

Comments

Partial sums of A000586.

Crossrefs

Programs

  • Mathematica
    nmax = 70; CoefficientList[Series[(1/(1 - x)) Product[(1 + x^Prime[k]), {k, 1, nmax}], {x, 0, nmax}], x]

Formula

G.f.: (1/(1 - x))*Product_{k>=1} (1 + x^prime(k)).