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.

A371308 Expansion of e.g.f. Product_{k>=1} (1 + x^k/k!)^prime(k).

Original entry on oeis.org

1, 2, 5, 23, 101, 511, 3300, 20499, 147249, 1158047, 9284124, 82250155, 762408746, 7406758725, 75928931645, 815389826454, 9127145085135, 106002459387831, 1287304713397098, 16132127163478581, 209381715443456410, 2814011969429674997, 38957100435462040565
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 24 2024

Keywords

Comments

"EGJ" (unordered, element, labeled) transform of primes.

Crossrefs

Programs

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