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.

Showing 1-1 of 1 results.

A050397 Reversion of sequence of involutions (A000085).

Original entry on oeis.org

1, -2, 4, -10, 30, -104, 392, -1568, 6520, -27976, 122944, -551680, 2518912, -11684000, 54957216, -261897024, 1263216192, -6164172608, 30416619200, -151750104800, 765364073120, -3902783995520, 20123276097920
Offset: 1

Views

Author

Christian G. Bower, Nov 15 1999

Keywords

Crossrefs

Programs

  • Maple
    # Using function CompInv from A357588.
    CompInv(23, n -> simplify(hypergeom([-n/2, (1-n)/2], [], 2))); # Peter Luschny, Oct 05 2022
  • PARI
    seq(n)=Vec(serreverse(serlaplace(-1 + exp(x+x^2/2 + O(x*x^n))))) \\ Andrew Howroyd, May 06 2023
Showing 1-1 of 1 results.