cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A094564 Triple products of distinct Fibonacci numbers: F(i)F(j)F(k), 2<=i

This page as a plain text file.
%I A094564 #11 Jan 05 2025 19:51:37
%S A094564 6,10,15,16,24,26,30,39,40,42,48,63,65,68,78,80,102,104,105,110,120,
%T A094564 126,130,165,168,170,178,195,204,208,210,267,272,273,275,288,312,315,
%U A094564 330,336,340,432,440,442,445,466,504,510,520,534,544,546,550,699,712,714
%N A094564 Triple products of distinct Fibonacci numbers: F(i)F(j)F(k), 2<=i<j<k.
%H A094564 Clark Kimberling, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/42-1/quartkimberling01_2004.pdf">Orderings of products of Fibonacci numbers</a>, Fibonacci Quarterly 42:1 (2004), pp. 28-35.
%e A094564 F(2)F(3)F(4)=6 < F(2)F(3)F(5)=10 < F(3)F(4)F(5)=30 < ...
%t A094564 With[{nn=30},Take[Union[Times@@@Subsets[Fibonacci[Range[2,nn]],{3}]], 2*nn]] (* _Harvey P. Dale_, Dec 23 2015 *)
%Y A094564 Cf. A000045, A094563.
%K A094564 nonn
%O A094564 1,1
%A A094564 _Clark Kimberling_, May 12 2004