|
| |
|
|
A036972
|
|
n-th prime is a Fibonacci number reversed.
|
|
2
| |
|
|
1, 2, 3, 11, 14, 137, 1005, 5324, 6486, 33326, 1847020051726
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| 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. [From Harvey P. Dale (hpd1(AT)nyu.edu), Jun 02 2009]
|
|
|
MATHEMATICA
| Sort[PrimePi/@(Select[FromDigits[Reverse[IntegerDigits[ # ]]]&/@Fibonacci[Range[90]], PrimeQ])] [From Harvey P. Dale (hpd1(AT)nyu.edu), Jun 02 2009]
|
|
|
CROSSREFS
| Cf. A036797, A036971.
Sequence in context: A158353 A158355 A041235 * A041637 A042235 A050587
Adjacent sequences: A036969 A036970 A036971 * A036973 A036974 A036975
|
|
|
KEYWORD
| nonn,more,base
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), G. L. Honaker, Jr. (honak3r(AT)gmail.com).
|
|
|
EXTENSIONS
| More terms could be obtained from A036971.
One additional term provided, and Mathematica program provided. Harvey P. Dale (hpd1(AT)nyu.edu), Jun 02 2009
|
| |
|
|