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!)
A071683 Nonprimes which are the average of two consecutive Fibonacci numbers. 0

%I #5 Mar 30 2012 19:00:44

%S 1,4,72,305,1292,5473,23184,98209,416020,1762289,7465176,31622993,

%T 133957148,567451585,2403763488,10182505537,43133785636,182717648081,

%U 774004377960,3278735159921,13888945017644,58834515230497

%N Nonprimes which are the average of two consecutive Fibonacci numbers.

%C Prove that 17 is the only prime which is the average of two consecutive Fibonacci numbers.

%t f[n_] := Fibonacci[n]; a = Select[ Range[70], IntegerQ[(f[ # ] + f[ # + 1])/2] && !PrimeQ[(f[ # ] + f[ # + 1])/2] &]; (f[a] + f[a + 1])/2

%Y Cf. A018252, A000045.

%K nonn

%O 1,2

%A _G. L. Honaker, Jr._, Jun 22 2002

%E Edited by _Robert G. Wilson v_, Jun 27 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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)