login
This site is supported by donations 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; internal format)
OFFSET

1,1

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 * A097989 A039700 A069147

Adjacent sequences:  A125281 A125282 A125283 * A125285 A125286 A125287

KEYWORD

hard,more,nonn

AUTHOR

Ryan Propper (rpropper(AT)stanford.edu), Jan 25 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 20:50 EST 2012. Contains 206085 sequences.