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!)
A102143 Iccanobirt prime indices (13 of 15): Indices of prime numbers in A102123. 1
4, 6, 7, 11, 55, 56, 69, 87, 109, 191, 314, 4579, 6281, 6400, 23256, 31648 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(17) > 50000. - Robert Price, Nov 10 2018
LINKS
FORMULA
A102123(a(n)) = A102163(n).
MATHEMATICA
a[n_] := a[n] =
IntegerReverse[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: A310655 A102145 A102132 * A364725 A303263 A056853
KEYWORD
nonn,more,base
AUTHOR
EXTENSIONS
a(13)-a(16) from Robert Price, Nov 10 2018
Offset changed to 1 by Jinyuan Wang, Aug 02 2021
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 18 10:40 EDT 2024. Contains 371779 sequences. (Running on oeis4.)