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!)
A172402 G.f.: 1/(1-x) = Sum_{n>=0} a(n)*x^n/(1+x)^(2^(n+1)-2). 3
1, 1, 3, 16, 166, 3464, 146167, 12437880, 2127406440, 729774938584, 501412103054958, 689540993399039000, 1897244652767973627366, 10442429807446111573892528, 114961543001288361817819197405 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Column 1 of triangle A172400.
EXAMPLE
1/(1-x) = 1 + x/(1+x)^2 + 3*x^2/(1+x)^6 + 16*x^3/(1+x)^14 + 166*x^4/(1+x)^30 +...
PROG
(PARI) {a(n)=if(n==0, 1, polcoeff(-(1-x)*sum(m=0, n-1, a(m)*x^m/(1+x +x*O(x^n))^(2^(m+1)-2)), n))}
CROSSREFS
Sequence in context: A091146 A350415 A277458 * A297668 A203593 A304902
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 01 2010
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 August 23 23:45 EDT 2024. Contains 375396 sequences. (Running on oeis4.)