[go: up one dir, main page]

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!)
A125284 Lower indices of duplicate terms in A125204, i.e., k such that A125204(k) = A125204(k + 1). 0
3, 18, 35, 37, 148, 741, 752, 6814, 13976, 150095, 517213, 11874105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
18 is in the sequence because A125204(18) = A125204(19) = 266.
MATHEMATICA
l = {0, 1}; Do[x = l[[n]] + l[[Mod[l[[n]], n] + 1]]; If[x == l[[n]], Print[n - 1]]; AppendTo[l, x], {n, 2, 10^9}]
CROSSREFS
Cf. A125204.
Sequence in context: A204192 A108169 A063116 * A372707 A097989 A039700
KEYWORD
hard,more,nonn
AUTHOR
Ryan Propper, Jan 25 2007
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 August 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)