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!)
A115347 Fibonacci primes that are also primes when their digits are reversed. 2

%I #4 Mar 30 2012 18:51:45

%S 2,3,5,13,1597

%N Fibonacci primes that are also primes when their digits are reversed.

%C There are no other numbers that qualify through the 10000th Fibonacci number (which has 2,090 digits).

%e 13 is the 7th Fibonacci number. It is prime and its reversal, 31, is also prime.

%t Select[Fibonacci[Range[10000]], PrimeQ[ # ]&&PrimeQ[FromDigits[Reverse[IntegerDigits[ # ]]]]&]

%Y Cf. A000045.

%K nonn,base

%O 1,1

%A _Harvey P. Dale_, Mar 07 2006

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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)