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.

A032101 Number of dyslexic identity planted planar trees with n+1 nodes.

Original entry on oeis.org

1, 1, 1, 2, 4, 11, 28, 78, 212, 598, 1686, 4841, 13975, 40777, 119698, 353905, 1051948, 3143582, 9436033, 28443340, 86055366, 261253380, 795587214, 2429692385, 7439569568, 22834518491, 70243063795, 216527666056
Offset: 1

Views

Author

Keywords

Programs

  • PARI
    BHK(p)={p + (1/(1-p) - (1+p)/subst(1-p, x, x^2))/2}
    seq(n)={my(p=O(1));for(i=1, n, p=1+BHK(x*p)); Vec(p)} \\ Andrew Howroyd, Aug 30 2018

Formula

Shifts left under "BHK" (reversible, identity, unlabeled) transform