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

A032149
"CGJ" (necklace, element, labeled) transform of 1,2,3,4...
1
1, 1, 2, 9, 22, 145, 936, 4459, 52060, 376905, 3039940, 39240091, 420688104, 4175453737, 49517332242, 857400548775, 9885572962696, 120164315812225, 2162210359719852, 36242822778024691, 542315443367722240, 7358279105365617681, 162325807196140641922
OFFSET
0,3
PROG
(PARI) seq(n)=[subst(serlaplace(p/y), y, 1) | p <- Vec(y-1+serlaplace(prod(k=1, n, (1 + x^k*y/k! + O(x*x^n))^k)))] \\ Andrew Howroyd, Sep 11 2018
CROSSREFS
Sequence in context: A193758 A379561 A368626 * A032054 A027702 A051897
KEYWORD
nonn
EXTENSIONS
a(0)=1 prepended and terms a(20) and beyond from Andrew Howroyd, Sep 11 2018
STATUS
approved