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!)
A102132 Iccanobirt prime indices (2 of 15): Indices of prime numbers in A102112. 2
4, 6, 7, 11, 38, 45, 176, 1148, 3097, 7601, 9258, 47435 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms through 5000.
a(13) > 50000. - Robert Price, Nov 07 2018
LINKS
FORMULA
A102112(a(n)) = A102152(n).
MATHEMATICA
a[n_] := a[n] = a[n - 1] + IntegerReverse[a[n - 2]] + 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: A247545 A310655 A102145 * A102143 A364725 A303263
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(10)-a(12) 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)