OFFSET
1,1
FORMULA
Numbers k such that the coefficient of x^k in the product (Sum_{i>=0} x^Fibonacci(i)) * (Sum_{j>=0} x^(Fibonacci(j)^2)) is 0.
EXAMPLE
16 is a term since there does not exist any pair of integers i,j >= 0 such that Fibonacci(i) + Fibonacci(j)^2 = 16.
CROSSREFS
KEYWORD
nonn
AUTHOR
Angad Singh, Jul 09 2022
STATUS
approved