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!)
A049874 a(n)=b(n)-b(n-1), where b=A049862 (differences of products of Fibonacci numbers.) 2
1, 1, 1, 2, 1, 2, 2, 3, 2, 1, 5, 3, 2, 8, 5, 1, 2, 13, 8, 2, 3, 21, 13, 2, 1, 5, 34, 21, 3, 2, 8, 55, 34, 5, 1, 2, 13, 89, 55, 8, 2, 3, 21, 144, 89, 13, 2, 1, 5, 34, 233, 144, 21, 3, 2, 8, 55, 377, 233, 34, 5, 1, 2, 13, 89, 610, 377, 55, 8, 2, 3, 21, 144, 987, 610, 89, 13, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) lista(nn) = {my(out = List([0])); for (i=0, nn, for (j=i+1, nn, listput(out, fibonacci(i)*fibonacci(j)); ); ); my(v = Vec(vecsort(select(x->(x < fibonacci(nn+1)), out), , 8))); vector(#v-1, k, v[k+1] - v[k]); } \\ Michel Marcus, May 27 2019
CROSSREFS
Cf. A049862.
Sequence in context: A088431 A254661 A052304 * A060501 A355661 A109129
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, May 27 2019
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 16 11:35 EDT 2024. Contains 371711 sequences. (Running on oeis4.)