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.

A032346 Essentially shifts 1 place right under inverse binomial transform.

Original entry on oeis.org

1, 1, 2, 6, 21, 82, 354, 1671, 8536, 46814, 273907, 1700828, 11158746, 77057021, 558234902, 4230337018, 33448622893, 275322101318, 2354401779494, 20878592918183, 191682453823420, 1819147694792802, 17822073621801123
Offset: 0

Views

Author

Joe K. Crump (joecr(AT)carolina.rr.com)

Keywords

Comments

With leading 0 and offset 1, number of permutations beginning with 21 and avoiding 3-12. - Ralf Stephan, Apr 25 2004

Crossrefs

Programs

  • Mathematica
    max = 23; f[x_] = x + Exp[Exp[x]]*Integrate[Exp[-Exp[t]]*Sum[t^n/n!, {n, 1, max}], {t, 0, x}]; Rest[ CoefficientList[ Series[f[x], {x, 0, max}], x]*Range[0, max]!] (* Jean-François Alcover, Aug 07 2012, after Ralf Stephan *)

Formula

With offset 1, e.g.f.: x + exp(exp(x)) * int[0..x, exp(-exp(t))*sum(n>=1, t^n/n!) dt]. - Ralf Stephan, Apr 25 2004

Extensions

Last digit of a(22) corrected by Jean-François Alcover, Aug 07 2012