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

A137157
G.f.: 1 = Sum_{n>=0} a(n)*x^n/(1+x)^(2*2^n).
4
1, 2, 5, 24, 239, 4920, 206727, 17568408, 3003763243, 1030272816360, 707851744149198, 973425618916674288, 2678332881795756783639, 14741522294008025924154864, 162290544340043699103996962253, 3573515596966915773419766367302288, 157376160486791180710467411977740266927
OFFSET
0,2
COMMENTS
Equals unsigned column 1 of triangle A137156.
PROG
(PARI) {a(n)=polcoeff(1-sum(k=0, n-1, a(k)*x^k/(1+x+x*O(x^n))^(2^(k+1)) ), n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 24 2008
EXTENSIONS
a(15)-a(16) from Alois P. Heinz, Jan 04 2023
STATUS
approved