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!)
A287475 a(0) = 0; a(1) = 1; a(2*n) = a(n), a(2*n+1) = a(n-a(n)) + a(n-a(n+1)). 4
0, 1, 1, 0, 1, 2, 0, 1, 1, 1, 2, 2, 0, 2, 1, 0, 1, 2, 1, 2, 2, 2, 2, 3, 0, 2, 2, 2, 1, 3, 0, 1, 1, 1, 2, 1, 1, 3, 2, 4, 2, 2, 2, 4, 2, 4, 3, 5, 0, 2, 2, 6, 2, 0, 2, 4, 1, 4, 3, 5, 0, 3, 1, 0, 1, 2, 1, 2, 2, 2, 1, 4, 1, 2, 3, 3, 2, 3, 4, 4, 2, 4, 2, 8, 2, 4, 4, 6, 2, 4, 4, 4, 3, 6, 5, 7, 0, 3, 2, 10, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
A variation on Hofstadter's Q-sequence and Stern's diatomic sequence.
LINKS
Eric Weisstein's World of Mathematics, Stern's Diatomic Series
Eric Weisstein's World of Mathematics, Hofstadter's Q-Sequence
MATHEMATICA
a[0] = 0; a[1] = 1; a[n_] := If[EvenQ[n], a[n/2], a[(n - 1)/2 - a[(n - 1)/2]] + a[(n - 1)/2 - a[(n + 1)/2]]]; Table[a[n], {n, 0, 100}]
CROSSREFS
Sequence in context: A330443 A268479 A035196 * A158020 A051160 A051159
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 25 2017
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 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)