cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A036972 Numbers k such that the k-th prime is a Fibonacci number reversed.

Original entry on oeis.org

1, 2, 3, 11, 14, 137, 1005, 5324, 6486, 33326, 1847020051726, 19899051754834984670
Offset: 1

Views

Author

Keywords

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

Crossrefs

Programs

  • Mathematica
    Sort[PrimePi/@(Select[FromDigits[Reverse[IntegerDigits[ # ]]]&/@Fibonacci[Range[90]],PrimeQ])] (* Harvey P. Dale, Jun 02 2009 *)

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