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!)
A076701 Values of n not reached in the Hofstadter sequence (A005185). 3
7, 13, 15, 18, 27, 29, 34, 36, 49, 51, 59, 67, 70, 74, 81, 89, 95, 97, 98, 99, 102, 103, 117, 126, 127, 131, 134, 141, 142, 145, 150, 158, 163, 166, 181, 183, 189, 191, 195, 197, 198, 199, 205, 207, 209, 213, 224, 225, 232, 247, 259, 265, 267, 270, 274, 281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For any n, there is no solution to a(n) = A005185(x). Does lim_{n -> infinity} a(n)/n exist?
Plotting a(n)/n for the first 6 billion terms, it appears to be converging to ~7.39. - Benjamin Chaffin, Sep 17 2019
LINKS
MATHEMATICA
a[1] = a[2] = 1; a[n_] := a[n] = a[n - a[n - 1]] + a[n - a[n - 2]]; t = Table[a[n], {n, 1000}]; Take[ Complement[ Range@ 502, Union@ t], 56]
CROSSREFS
Cf. A005185.
Sequence in context: A347637 A191976 A135054 * A224773 A349749 A076196
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 26 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 June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)