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!)
A102135 Iccanobirt prime indices (5 of 15): Indices of prime numbers in A102115. 1
4, 6, 7, 19, 46, 613, 1146, 1500, 1982, 2590, 7278, 13714, 15929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms through 5000.
a(14) > 50000. - Robert Price, Nov 08 2018
LINKS
FORMULA
A102115(a(n)) = A102155(n).
MATHEMATICA
a[n_] := a[n] =
IntegerReverse[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: A213034 A102131 A102137 * A019251 A102134 A102133
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(11)-a(13) 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 July 14 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)