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!)
A087814 Sequence gives A087655(n) for those n such that A087655(n) = A087655(n+1). 0
1, 1, 13, 15, 25, 39, 47, 51, 69, 81, 101, 139, 249, 261, 275, 291, 739, 1243, 2243 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Hofstadter123[n_Integer?Positive] := Hofstadter123[n] = Hofstadter123[Abs[n - Hofstadter123[n-1]]] + Hofstadter123[Abs[n - Hofstadter123[n-2]]]+ Hofstadter123[Abs[n - Hofstadter123[n-3]]] Hofstadter123[0] =Hofstadter123[1] = Hofstadter123[2]= Hofstadter123[3]= 1 digits=30000 ta=Table[Hofstadter123[n], {n, 1, digits}]; b=Table[If[ta[[n]]-ta[[n-1]]==0, ta[[n]], 0], {n, 2, digits}]; c=Delete[Union[b], 1]
CROSSREFS
Cf. A087655.
Sequence in context: A109656 A367949 A178724 * A227449 A371287 A113801
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Oct 05 2003
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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)