OFFSET
1,2
COMMENTS
Places of the last elements of runs of the same terms in A224523 are in the sequence. Whether these sequences coincide one to another?
EXAMPLE
7 is in the sequence, since prime(7)=17 and sequence {f_7(k)} is periodic with period {1,1,2,3,5,8,13,21,2,1,3,4,7,11,18}, such that sum of terms 13+21=34 is divisible by 17.
MATHEMATICA
Rest[Flatten[Position[Differences[A224523], Except[0]]]] (* Peter J. C. Moses, Apr 13 2013 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Vladimir Shevelev, Apr 11 2013
STATUS
approved