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!)
A032118 Shifts left 2 places under "BIJ" (reversible, indistinct, labeled) transform. 1
1, 1, 1, 2, 7, 39, 282, 2476, 25468, 300104, 3984742, 58857048, 957156654, 16992957454, 327018332848, 6780662275976, 150700528101856, 3573879622264536, 90079771978313256, 2404666535666287000, 67774524657985373248, 2011157217480732750512, 62675350084052135287072 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI) BIJ(p)={(1-p^2/2)/(1-p) - 1}
seq(n)={my(p=x+O(x*x^(n%2))); for(i=1, n\2, p=intformal(1 + intformal(1 + BIJ(p)))); Vec(serlaplace(p))} \\ Andrew Howroyd, Sep 19 2018
CROSSREFS
Sequence in context: A330470 A364336 A266310 * A369087 A125660 A112944
KEYWORD
nonn,eigen
AUTHOR
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Sep 19 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)