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!)
A272917 Difference sequence of A272916. 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 3, 3, 1, 1, 2, 1, 4, 1, 5, 1, 2, 2, 3, 2, 5, 1, 8, 1, 1, 3, 4, 4, 1, 10, 2, 13, 2, 1, 5, 6, 5, 2, 3, 15, 3, 21, 3, 1, 1, 8, 10, 10, 1, 4, 25, 5, 34, 5, 1, 2, 13, 16, 15, 3, 2, 5, 40, 8, 55, 8, 1, 1, 3, 21, 26, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,13
COMMENTS
Conjecture: every term belongs to A272916.
LINKS
MATHEMATICA
z = 400; u2 = Sort[Flatten[Table[Fibonacci[i + 1]*Fibonacci[j + 1], {i, 1, z}, {j, i, z}]]];
v2 = Sort[Flatten[Table[LucasL[i]*LucasL[j], {i, 1, z}, {j, i, z}]]];
u = Take[Union[u2, v2], 200] (* A272916 *)
d = Take[Differences[u], 200] (* A272917 *)
CROSSREFS
Cf. A272916.
Sequence in context: A095056 A337557 A186333 * A239627 A101933 A117127
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 10 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)