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

A032158
"CGK" (necklace, element, unlabeled) transform of 1,2,3,4,...
1
1, 1, 2, 5, 8, 17, 34, 63, 130, 255, 512, 1011, 2054, 4057, 7990, 16261, 31870, 63341, 124692, 247123, 487028, 952439, 1866764, 3640427, 7134760, 13808661, 26792704, 51847089, 100150988, 192939285, 370315400
OFFSET
0,3
PROG
(PARI) seq(n)=[subst(serlaplace(p/y), y, 1) | p <- Vec(y-1+prod(k=1, n, (1 + x^k*y + O(x*x^n))^k))] \\ Andrew Howroyd, Sep 13 2018
CROSSREFS
Sequence in context: A054755 A093331 A162216 * A103745 A181586 A112361
KEYWORD
nonn
STATUS
approved