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.

Previous Showing 11-11 of 11 results.

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

Original entry on oeis.org

1, 1, 2, 10, 30, 166, 968, 5440, 39112, 289096, 2330832, 19947280, 185603520, 1807683008, 18554569504, 203803276960, 2315043684112, 27640348895248, 344414508782624, 4483617418231456, 60518677509951520, 846362835642437536, 12289340439560875264
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 25 2024

Keywords

Comments

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

Crossrefs

Programs

  • Mathematica
    nmax = 22; CoefficientList[Series[Product[(1 + x^k/k!)^(2^(k - 1)), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
Previous Showing 11-11 of 11 results.