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

A032212
"DFJ" (bracelet, size, labeled) transform of 1,3,5,7...
1
1, 1, 3, 14, 27, 194, 1280, 4087, 17899, 177410, 4475004, 13675793, 89331132, 572094041, 9179761149, 460095124907, 1595216638427, 11226446302402, 77096607671300, 713665720065805, 15031530220319728
OFFSET
0,3
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*k-1)*x^k*y/k! + O(x*x^n))))] \\ Andrew Howroyd, Sep 11 2018
CROSSREFS
Sequence in context: A063098 A297433 A032300 * A032137 A032041 A031002
KEYWORD
nonn
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 11 2018
STATUS
approved