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.

A302199 Hurwitz inverse of partition numbers A000041.

Original entry on oeis.org

1, -1, 0, 3, -5, -17, 103, 55, -2680, 6720, 82446, -642698, -2087303, 53641331, -96015983, -4454066000, 35131380473, 323923309109, -6776856484915, -3620043398324, 1159030195119059, -7865002945782432, -175052008152354596, 3163635176513031787
Offset: 0

Views

Author

N. J. A. Sloane and William F. Keigher, Apr 14 2018

Keywords

Comments

In the ring of Hurwitz sequences all members have offset 0.

References

  • Xing Gao and William F. Keigher, Interlacing of Hurwitz series, Communications in Algebra, 45:5 (2017), 2163-2185, DOI: 10.1080/00927872.2016.1226885

Crossrefs

Programs

  • Maple
    # first load Maple commands for Hurwitz operations from link in A302189.
    with(combinat);
    s:=[seq(numbpart,n=0..40)];
    Hinv(s);

Formula

E.g.f. = 1 / Sum_{n >= 0} partition(n)*x^n/n!.