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!)
A027619 Numbers k such that Hofstadter Q-sequence Q(k) (A005185) satisfies Q(k) = k/2. 1
2, 50, 56, 128, 156, 166, 208, 238, 272, 308, 336, 392, 474, 476, 512, 618, 658, 666, 710, 734, 836, 868, 1016, 1064, 1376, 1386, 1424, 1432, 1832, 2216, 2280, 2334, 2606, 2638, 2676, 2700, 2740, 2782, 2786, 2912, 2922, 2948, 2954, 3758 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Conjecture: a(n)/n^2 is bounded. - Benoit Cloitre, Oct 26 2002
MATHEMATICA
q[n_] := q[n] = If[n <= 2, 1, q[n - q[n-1]] + q[n - q[n-2]]];
Reap[For[n = 1, n <= 4000, n++, If[q[n] == n/2, Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 02 2019 *)
CROSSREFS
Sequence in context: A335406 A291188 A225795 * A076267 A050800 A231051
KEYWORD
nonn
AUTHOR
G. R. Bower (fsgrb(AT)aurora.alaska.edu)
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 27 02:41 EDT 2024. Contains 372847 sequences. (Running on oeis4.)