The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A239928 Expansion of F(x^2, x) where F(x,y) is the g.f. of A239927. 2
1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 2, 0, 1, 3, 1, 1, 4, 3, 2, 5, 6, 4, 6, 10, 8, 9, 15, 15, 15, 22, 26, 26, 33, 43, 45, 52, 69, 76, 85, 109, 127, 141, 173, 209, 235, 278, 340, 390, 452, 550, 643, 742, 890, 1054, 1221, 1445, 1720, 2007, 2356, 2803, 3291, 3853, 4568, 5385, 6309, 7450, 8800, 10330, 12164, 14372, 16905, 19879 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,14
COMMENTS
What does this sequence count?
LINKS
FORMULA
G.f.: 1/(1 - x^3/(1 - x^7/(1 - x^11/(1 - x^15/(1 - x^19/(1 - x^23/( ... ))))))).
PROG
(PARI) N=66; x='x+O('x^N);
F(x, y, d=0)=if (d>N, 1, 1 / (1-x*y * F(x, x^2*y, d+1) ) );
Vec( F(x^2, x) )
CROSSREFS
Cf. A000108 (F(1, x)), A143951 (F(x, 1)), A005169 (F(x, x), with interlaced zeros), A227310 (F(x, x^2)).
Sequence in context: A362463 A263401 A369814 * A114912 A231723 A342720
KEYWORD
nonn
AUTHOR
Joerg Arndt, Mar 29 2014
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 May 16 04:39 EDT 2024. Contains 372549 sequences. (Running on oeis4.)