login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032319 Shifts left 2 places under "EGJ" (unordered, element, labeled) transform. 1
1, 1, 1, 1, 4, 5, 19, 104, 278, 1572, 7358, 52634, 339052, 2042566, 15536572, 126846972, 1151836020, 10165085388, 96057148432, 994220454980, 10590200175612, 119935489527056, 1408614893855392, 17402089145195476, 225976767338666884, 3007790832940708856 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI) seq(n)={my(p=1+x+O(x^n/x)); for(k=2, n-2, p*=(1 + x^k/k! + O(x^n))^((k-2)!*polcoef(p, k-2))); concat([1], Vec(serlaplace(p)))} \\ Andrew Howroyd, Sep 21 2018
CROSSREFS
Sequence in context: A041699 A154704 A047023 * A346060 A041255 A042835
KEYWORD
nonn,eigen
AUTHOR
EXTENSIONS
Terms a(24) and beyond from Andrew Howroyd, Sep 21 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)