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

A032061
"BGK" (reversible, element, unlabeled) transform of 2,2,2,2,...
1
1, 2, 3, 6, 13, 22, 53, 104, 189, 420, 739, 1420, 2687, 5198, 8907, 15762, 30709, 51322, 92765, 153932, 275181, 478560, 806515, 1334656, 2222951, 3864914, 6233763, 10538622, 16896061, 27407110, 44632877, 74032352, 117178797
OFFSET
0,2
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+prod(k=1, n, 1 + x^k*y + O(x*x^n))^2)] \\ Andrew Howroyd, Sep 13 2018
CROSSREFS
Sequence in context: A111503 A239326 A075530 * A350435 A155996 A240104
KEYWORD
nonn
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 13 2018
STATUS
approved