|
Search: id:A073656
|
|
|
| A073656 |
|
Rearrangement of Fibonacci numbers such that sum of two consecutive terms is a prime. |
|
+0 5
|
| |
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
a(11) = F(67671), the 67671st Fibonacci number. This has over 14000 decimal digits and is too large to display here. - Ryan Propper (rpropper(AT)stanford.edu), Jun 16 2006
|
|
MATHEMATICA
|
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 (rpropper(AT)stanford.edu), Jun 16 2006
|
|
CROSSREFS
|
Cf. A073655, A073657.
Sequence in context: A067911 A051696 A066570 this_sequence A047930 A073875 A093098
Adjacent sequences: A073653 A073654 A073655 this_sequence A073657 A073658 A073659
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 10 2002
|
|
|
Search completed in 0.002 seconds
|