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.

A032000 "AFJ" (ordered, size, labeled) transform of 2,2,2,2,...

Original entry on oeis.org

1, 2, 2, 26, 34, 122, 3050, 5546, 22242, 98810, 5080522, 11405066, 56193994, 254584202, 1716042442, 150252560666, 411017469922, 2350507292282, 11932655971850, 78499814602250, 637469575273194, 97081641610090730, 310147011889004842, 2063353546134164090
Offset: 0

Views

Author

Keywords

Programs

  • PARI
    seq(n)=[subst(serlaplace(y^0*p),y,1) | p <- Vec(serlaplace(prod(k=1, n, 1 + 2*x^k*y/k! + O(x*x^n))))] \\ Andrew Howroyd, Sep 13 2018

Extensions

a(0)=1 prepended and terms a(22) and beyond from Andrew Howroyd, Sep 13 2018