|
Search: id:A115347
|
|
|
| A115347 |
|
Fibonacci primes that are also primes when their digits are reversed. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
There are no other numbers that qualify through the 10000th Fibonacci number (which has 2,090 digits).
|
|
EXAMPLE
|
13 is the 7th Fibonacci number. It is prime, and its reversal, 31, is also prime.
|
|
MATHEMATICA
|
Select[Fibonacci[Range[10000]], PrimeQ[ # ]&&PrimeQ[FromDigits[Reverse[IntegerDigits[ # ]]]]&]
|
|
CROSSREFS
|
Cf. A000045.
Sequence in context: A041639 A006985 A042907 this_sequence A126333 A039575 A143743
Adjacent sequences: A115344 A115345 A115346 this_sequence A115348 A115349 A115350
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Harvey P. Dale (hpd1(AT)nyu.edu), Mar 07 2006
|
|
|
Search completed in 0.002 seconds
|