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!)
A271356 Difference sequence of the sequence A271354 of the increasing sequence of products of two distinct Fibonacci numbers greater than 1. 2
4, 5, 1, 8, 2, 13, 1, 2, 21, 2, 3, 34, 2, 1, 5, 55, 3, 2, 8, 89, 5, 1, 2, 13, 144, 8, 2, 3, 21, 233, 13, 2, 1, 5, 34, 377, 21, 3, 2, 8, 55, 610, 34, 5, 1, 2, 13, 89, 987, 55, 8, 2, 3, 21, 144, 1597, 89, 13, 2, 1, 5, 34, 233, 2584, 144, 21, 3, 2, 8, 55, 377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: every term except the first is a Fibonacci number.
LINKS
MATHEMATICA
z = 100; f[n_] := Fibonacci[n];
t = Take[Sort[Flatten[Table[f[m] f[n], {n, 3, z}, {m, 3, n - 1}]]], 1000];
Differences[t]
CROSSREFS
Sequence in context: A237109 A199384 A178233 * A201411 A353313 A206282
KEYWORD
nonn,easy,look
AUTHOR
Clark Kimberling, May 02 2016
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)