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”).

A032041
"BFJ" (reversible, size, labeled) transform of 1,3,5,7...
1
1, 1, 3, 14, 27, 194, 3080, 8497, 46571, 504002, 17341644, 52071623, 342253164, 2240845411, 36526107631, 2268504095912, 7776345312363, 55021489820426, 375848765998292, 3532337267701591, 74945545093493288, 7988566795835183609, 30665019896816280909
OFFSET
0,3
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(prod(k=1, n, (1 + (2*k-1)*x^k*y/k! + O(x*x^n)))))] \\ Andrew Howroyd, Sep 12 2018
CROSSREFS
Sequence in context: A032300 A032212 A032137 * A031002 A085762 A057870
KEYWORD
nonn
EXTENSIONS
a(0)=1 prepended and terms a(20) and beyond from Andrew Howroyd, Sep 12 2018
STATUS
approved