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.

A293210 a(n) = [x^n] (1/(1 - x)^n)*Sum_{k>=1} prime(k)*x^k.

Original entry on oeis.org

0, 2, 7, 26, 97, 366, 1388, 5288, 20225, 77618, 298766, 1153018, 4460072, 17287558, 67129566, 261095420, 1016994627, 3966529870, 15488964428, 60549061804, 236932924494, 927984726826, 3637661249946, 14270586372348, 56024073085546, 220089137078792, 865154426179408, 3402841810234762, 13391422390407194
Offset: 0

Views

Author

Ilya Gutkovskiy, Oct 02 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/(1 - x)^n Sum[Prime[k] x^k, {k, 1, n}], {x, 0, n}], {n, 0, 28}]

Formula

a(n) = A254858(n,n).