The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A102131 Iccanobirt prime indices (1 of 15): Indices of prime numbers in A102111. 16
4, 6, 7, 19, 30, 175, 265, 591, 1124, 1369, 4359, 10935, 20422, 20559, 26993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms through 8000.
a(16) > 50000. - Robert Price, Nov 07 2018
LINKS
FORMULA
A102111(a(n)) = A102151(n).
MATHEMATICA
a[n_] := a[n] = a[n - 1] + a[n - 2] + IntegerReverse[a[n - 3]];
a[0] = 0; a[1] = 0; a[2] = 1;
Select[Range[0, 5000], PrimeQ[a[#]] &] (* Robert Price, Apr 10 2020 *)
CROSSREFS
Sequence in context: A165404 A270887 A213034 * A102137 A102135 A019251
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(12)-a(15) from Robert Price, Nov 07 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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)