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!)
A113190 Numbers n such that Fibonacci(n)-Fibonacci(i) is composite for all i=0..n-3. 1
14, 22, 26, 30, 31, 34, 38, 40, 42, 44, 46, 54, 61, 62, 64, 65, 67, 78, 80, 82, 88, 92, 94, 95, 98, 102, 103, 109, 112, 113, 117, 119, 121, 122, 125, 126, 127, 134, 135, 138, 139, 142, 143, 152, 154, 155, 158, 166, 167, 170, 172, 174, 175, 176, 182, 188, 190, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the n such that A113189(n)=0.
LINKS
MATHEMATICA
lst={}; Do[i=0; While[i<n-2 && !PrimeQ[Fibonacci[n]-Fibonacci[i]], i++ ]; If[i==n-2, AppendTo[lst, n]], {n, 3, 220}]; lst
Select[Range[3, 200], AllTrue[Fibonacci[#]-Fibonacci[Range[0, #-3]], CompositeQ] &] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Nov 05 2017 *)
CROSSREFS
Cf. A113188 (primes that are the difference of two Fibonacci numbers).
Sequence in context: A199195 A291618 A266214 * A169804 A354811 A092112
KEYWORD
nonn
AUTHOR
T. D. Noe, Oct 17 2005
STATUS
approved

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