login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A036972
Numbers k such that the k-th prime is a Fibonacci number reversed.
2
1, 2, 3, 11, 14, 137, 1005, 5324, 6486, 33326, 1847020051726, 19899051754834984670
OFFSET
1,2
COMMENTS
More terms could be obtained from A036971.
The next reversed Fibonacci number which is a prime number is 940647607443258103531. The next term in the sequence would be the prime index for that prime. - Harvey P. Dale, Jun 02 2009
MATHEMATICA
Sort[PrimePi/@(Select[FromDigits[Reverse[IntegerDigits[ # ]]]&/@Fibonacci[Range[90]], PrimeQ])] (* Harvey P. Dale, Jun 02 2009 *)
CROSSREFS
Sequence in context: A158353 A158355 A041235 * A041637 A042235 A050587
KEYWORD
nonn,more,base
EXTENSIONS
One additional term from Harvey P. Dale, Jun 02 2009
Offset corrected and a(12) added using Kim Walisch's primecount by Amiram Eldar, May 06 2024
STATUS
approved