login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Primes which are the reverse concatenation of four consecutive Fibonacci numbers.
3

%I #10 Mar 21 2021 21:55:34

%S 9227465570288735245782178309,102334155632459863908816924157817,

%T 297121507318363119031134903170701408733,

%U 5527939700884757341645462290670721114850779780501304969544928657

%N Primes which are the reverse concatenation of four consecutive Fibonacci numbers.

%C There are no further terms up through and including Fibonacci(3000) which produces a 2507 digit number. - _Harvey P. Dale_, Sep 25 2018

%e The first term is 9227465570288735245782178309 which is a prime and is the reverse concatenation of 2178309,3524578,5702887 and 9227465 which are four consecutive Fibonacci numbers.

%t Select[FromDigits[Flatten[IntegerDigits/@Reverse[#]]]&/@Partition[ Fibonacci[ Range[100]],4,1],PrimeQ] (* _Harvey P. Dale_, Sep 25 2018 *)

%Y Cf. A000045.

%K base,nonn

%O 1,1

%A _Shyam Sunder Gupta_, Apr 17 2005