login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A032039
"BFJ" (reversible, size, labeled) transform of 2,1,1,1...
1
1, 2, 1, 7, 9, 21, 388, 701, 2789, 8581, 325116, 725715, 3549362, 15974921, 77157109, 4774872394, 13166159997, 74350315389, 375874959532, 2464017881123, 14085616954310, 1537975786987987, 4933351699929687
OFFSET
0,2
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI) seq(n)=[subst(serlaplace(y^0*p + polcoeff(p, 1)), y, 1)/2 | p <- Vec(y-1+serlaplace((1 + 2*x*y)*prod(k=2, n, 1 + x^k*y/k! + O(x*x^n))))] \\ Andrew Howroyd, Sep 12 2018
CROSSREFS
Sequence in context: A032298 A032210 A032135 * A203991 A075118 A100245
KEYWORD
nonn
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 12 2018
STATUS
approved