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.

A287820 Least number of factors to express A065108(n) as a product of Fibonacci numbers.

This page as a plain text file.
%I A287820 #30 May 05 2024 19:22:17
%S A287820 0,1,1,2,1,2,1,2,2,3,1,2,2,3,3,1,2,2,2,3,3,3,1,4,2,2,2,3,3,3,3,4,1,4,
%T A287820 2,2,2,2,3,3,3,3,4,3,1,4,4,4,2,2,2,5,2,3,3,3,3,3,3,4,3,1,4,4,4,5,2,2,
%U A287820 2,2,2,5,3,3,3,3,3,3,3,4,3,4,1,4,4,5,4,4
%N A287820 Least number of factors to express A065108(n) as a product of Fibonacci numbers.
%C A287820 Some terms of A065108 are a product of Fibonacci numbers in more than one way. For example, 8 is a product of Fibonacci numbers in more than one way as 8 = 2 * 2 * 2 and both 8 and 2 are Fibonacci numbers. Therefore, 'at least' is used in the name.
%H A287820 David A. Corneth, <a href="/A287820/b287820.txt">Table of n, a(n) for n = 1..10000</a>
%e A287820 8 = 2 * 2 * 2 are all ways to write A065108(7) = 8 as a product of Fibonacci numbers. 8 has one factor, the least number of all such factorizations. Therefore, a(7) = 1.
%e A287820 81 = 3^4. 81 isn't a Fibonacci number. 3^4 is the only factorization of A065108(43) = 81 into Fibonacci numbers and has four factors 3. Therefore, a(43) = 4.
%e A287820 144 = 2 * 3 * 3 * 8 = 2 * 2 * 2 * 2 * 3 * 3 are all ways to write A065108(62) = 144 as a product of Fibonacci numbers. 144 has one factor, the least number of all such factorizations. Therefore, a(62) = 1.
%Y A287820 Cf. A065108, A261769, A287821.
%K A287820 nonn,easy,look
%O A287820 1,4
%A A287820 _David A. Corneth_, Jun 01 2017
%E A287820 Name clarified by _Chai Wah Wu_, Jun 02 2017