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!)
A073656 Rearrangement of Fibonacci numbers such that sum of two consecutive terms is a prime. 4

%I #6 Nov 17 2018 21:25:18

%S 1,1,2,3,8,5,144,13,34,55

%N Rearrangement of Fibonacci numbers such that sum of two consecutive terms is a prime.

%C a(11) = F(67671), the 67671st Fibonacci number. This has over 14000 decimal digits and is too large to display here. - _Ryan Propper_, Jun 16 2006

%t l = {1, 1}; Do[k = 1; While[MemberQ[l, Fibonacci[k]] || !PrimeQ[Last[l] + Fibonacci[k]], k++ ]; AppendTo[l, Fibonacci[k]]; Print[l], {n, 9}] (* _Ryan Propper_, Jun 16 2006 *)

%Y Cf. A073655, A073657.

%K nonn

%O 1,3

%A _Amarnath Murthy_, Aug 10 2002

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)