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.

A272602 E.g.f.: exp( sum(n>=1, x^(n!) / n ) ).

Original entry on oeis.org

1, 1, 2, 4, 10, 26, 316, 1912, 14204, 83260, 513496, 2918576, 43605112, 442060984, 5396258960, 51589877536, 502620599056, 4387660231952, 77691034349344, 1065687761143360, 17601265218632096, 230878891157853856, 3055183837594858432, 35865234134641395584, 155845649043266241280960
Offset: 0

Views

Author

Joerg Arndt, May 29 2016

Keywords

Crossrefs

Cf. A272603 (e.g.f.: exp( sum(n>=1, x^(n!) / n! ) ) ).

Programs

  • PARI
    N=66;x='x+O('x^N); Vec(serlaplace(exp(sum(n=1,10,x^(n!)/n))))

Formula

E.g.f.: exp( sum(n>=1, x^(n!) / n ) ).