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.

A296378 Fibonacci numbers that can be expressed as a sum of two or more Fibonacci numbers such that no digit appears more than once in the equation.

This page as a plain text file.
%I A296378 #22 Jan 07 2018 08:37:06
%S A296378 3,5,8,13,34
%N A296378 Fibonacci numbers that can be expressed as a sum of two or more Fibonacci numbers such that no digit appears more than once in the equation.
%C A296378 This sequence is finite because the Fibonacci sequence grows very fast, forcing some digit to repeat. The last term is a(5) = 34.
%e A296378 a(1) =  3 =  2 +  1.
%e A296378 a(2) =  5 =  2 +  3.
%e A296378 a(3) =  8 =  3 +  5.
%e A296378 a(4) = 13 =  5 +  8.
%e A296378 a(5) = 34 = 21 +  8 + 5.
%Y A296378 Cf. A010784, A263448.
%K A296378 base,nonn,fini,full,less
%O A296378 1,1
%A A296378 _José de Jesús Camacho Medina_, Dec 11 2017