OFFSET
0,2
EXAMPLE
a(9)=2 because 9=2^3+1^2 and 9=0^3+3^2
MATHEMATICA
f = Prepend[ Table[ Fibonacci[ i ], {i, 2, 25} ], 0 ]; g = Sort[ Flatten[ Table[ f[ [ i ] ]^2 + f[ [ j ] ]^3, {i, 1, 25}, {j, 1, 25} ] ] ]; Table[ Count[ g, n ], {n, 0, 91} ]
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Aug 28 2001
Further terms from Victoria A Sapko (vsapko(AT)canes.gsw.edu), Oct 02 2003 and Rick L. Shepherd, Jul 13 2004
STATUS
approved