login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Equals unsigned column 1 of triangle A137156.
LINKS
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
Sequence in context: A303108 A331035 A052808 * A359810 A025134 A340772
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 24 2008
EXTENSIONS
a(15)-a(16) from Alois P. Heinz, Jan 04 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)