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!)
A036972 n-th prime is a Fibonacci number reversed. 2

%I #11 Mar 24 2014 02:04:32

%S 1,2,3,11,14,137,1005,5324,6486,33326,1847020051726

%N n-th prime is a Fibonacci number reversed.

%C 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

%t Sort[PrimePi/@(Select[FromDigits[Reverse[IntegerDigits[ # ]]]&/@Fibonacci[Range[90]],PrimeQ])] (* _Harvey P. Dale_, Jun 02 2009 *)

%Y Cf. A036797, A036971.

%K nonn,more,base

%O 0,2

%A _N. J. A. Sloane_, _G. L. Honaker, Jr._

%E More terms could be obtained from A036971.

%E One additional term from _Harvey P. Dale_, Jun 02 2009

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)