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

A032209
"DFJ" (bracelet, size, labeled) transform of 2,2,2,2...
1
1, 2, 2, 14, 18, 62, 566, 1094, 3954, 17150, 646182, 1460054, 7152294, 32145622, 215489878, 15152657534, 41699885554, 237383066942, 1205858271302, 7890800135702, 63929081762358, 8131982041916390, 26062267807810918
OFFSET
0,2
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI) seq(n)=[subst(serlaplace(p/y + polcoeff(p, 1) + polcoeff(p, 2)), y, 1)/2 | p <- Vec(y-1+serlaplace(prod(k=1, n, 1 + 2*x^k*y/k! + O(x*x^n))))] \\ Andrew Howroyd, Sep 11 2018
CROSSREFS
Sequence in context: A045676 A098288 A032297 * A032134 A032038 A187734
KEYWORD
nonn
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 11 2018
STATUS
approved