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!)
A137158 G.f.: 1 = Sum_{n>=0} a(n)*x^n/(1+x)^(4*2^n). 4
1, 4, 22, 228, 4749, 200240, 17034964, 2913479848, 999402129243, 686662003846640, 944294243796543974, 2598186366278914473948, 14300408328085246335179009, 157434326611214704329370130880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Equals unsigned column 2 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+2)) ), n)}
CROSSREFS
Sequence in context: A197963 A260296 A302769 * A025135 A125801 A341459
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 24 2008
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)