A160238 Numbers n such that n^2 can be expressed as the sum of three different nonzero Fibonacci numbers.
3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 17, 18, 20, 23, 24, 25, 32, 33, 35, 37, 40, 47, 57, 86, 112, 123, 139, 216, 322, 843, 1161, 1476, 2207, 3864, 4999, 5778, 15127, 39603, 103682, 271443, 710647, 1244196, 1860498, 4870847, 12752043
Offset: 1
Keywords
Examples
4999*4999=24990001=Fib(37)+Fib(35)+Fib(3)
Extensions
Inserted 4 (with 4^2=13+1+2), 6 (with 36=21+2+13), 12 (with 12^2=89+21+34) etc. Added "nonzero" to definition - R. J. Mathar, Oct 23 2010
Comments