login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Products of successive Fibonacci numbers.
0

%I #15 Nov 09 2023 15:37:24

%S 1,2,3,5,6,8,13,15,21,30,34,40,55,89,104,120,144,233,240,273,377,520,

%T 610,714,987,1560,1597,1870,2184,2584,3120,4181,4895,6765,9282,10920,

%U 10946,12816,17711,28657,32760,33552,39270,46368,65520,74256,75025

%N Products of successive Fibonacci numbers.

%e 30 = F_3 * F_4 * F_5 = 2*3*5.

%Y Cf. A000045.

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_

%E More terms from _Erich Friedman_