login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102134 Iccanobirt prime indices (4 of 15): Indices of prime numbers in A102114. 1
4, 6, 7, 22, 32, 48, 58, 61, 80, 85, 119, 136, 150, 184, 420, 591, 878, 2447, 30938 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms through 5000.
No more terms through 7500. From Harvey P. Dale, May 30 2012
a(20) > 50000. - Robert Price, Nov 08 2018
LINKS
FORMULA
A102114(a(n)) = A102154(n).
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, FromDigits[Reverse[IntegerDigits[c]]]+b+a}; Flatten[ Position[Transpose[NestList[nxt, {0, 0, 1}, 2500]][[1]], _?PrimeQ]-1] (* Harvey P. Dale, May 30 2012 *)
CROSSREFS
Sequence in context: A102137 A102135 A019251 * A102133 A192121 A012760
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(19) from Robert Price, Nov 08 2018
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 December 4 18:21 EST 2023. Contains 367563 sequences. (Running on oeis4.)