login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A102157
Iccanobirt primes (7 of 15): Prime numbers in A102117.
1
2, 7, 13, 87517, 2891668030768721, 70625274624238913, 103865292721379353050549556815505213549, 8541928234907492663056090579782886424256601
OFFSET
1,1
COMMENTS
Next term is too large to include.
The next term has 231 digits. - Harvey P. Dale, Dec 16 2021
FORMULA
a(n) = A102117(A102137(n)).
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, Total[IntegerReverse/@{a, b, c}]}; Select[NestList[nxt, {0, 0, 1}, 200][[All, 1]], PrimeQ] (* Harvey P. Dale, Dec 16 2021 *)
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
EXTENSIONS
Offset changed to 1 by Jinyuan Wang, Aug 12 2021
STATUS
approved