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!)
A238434 Expansion of G(1) where G(k) = 1 + q^k / ( 1 - q^k * G(k+2) ). 0
1, 1, 1, 1, 1, 2, 3, 4, 6, 9, 13, 19, 28, 42, 62, 91, 135, 200, 296, 438, 648, 960, 1421, 2103, 3114, 4611, 6827, 10107, 14964, 22157, 32806, 48572, 71917, 106483, 157661, 233436, 345632, 511755, 757720, 1121901, 1661122, 2459512, 3641632, 5391915, 7983443, 11820547, 17501885, 25913856, 38368900, 56810249 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
What does this sequence count?
LINKS
PROG
(PARI)
N = 66; q = 'q + O('q^N);
G(k) = if(k>N, 1, 1 + q^k / ( 1 - q^k * G(k+2) ) );
Vec( G(1) )
CROSSREFS
Cf. A186085: G(1) where G(k) = 1 + q^k/( 1 - q^k * G(k+1) ).
Sequence in context: A101913 A352042 A121653 * A061418 A355909 A136423
KEYWORD
nonn
AUTHOR
Joerg Arndt, Feb 27 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 April 26 06:36 EDT 2024. Contains 371990 sequences. (Running on oeis4.)