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!)
A075853 G.f. satisfies A(x) = 1 + x (1+sum_{n=0..inf} [xA(x)]^(2^n)). 1
1, 1, 1, 2, 3, 6, 13, 27, 59, 131, 295, 684, 1609, 3829, 9203, 22262, 54179, 132565, 325823, 804108, 1991729, 4949794, 12339483, 30851429, 77347913, 194422788, 489892473, 1237207811, 3131186993, 7940340037, 20173254851, 51341234278 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
PROG
(PARI) a(n)=local(A, m); if(n<3, n>=0, A=1+x*O(x^n); m=1+ceil(log(n)/log(2)); for(k=1, n, A*=x; A=1+x*sum(i=0, m, A^2^i, 1)); polcoeff(A, n))
CROSSREFS
Sequence in context: A030040 A274493 A324770 * A132045 A032143 A032160
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 15 2002
EXTENSIONS
Definition corrected by Michael Somos, Oct 29, 2002
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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)