OFFSET
1,3
COMMENTS
In his article, Terr estimated the number of terms to be 684 +- 26, which agrees with the found count of 710. - Sven Simon, Aug 06 2006
LINKS
Sven Simon, Table of n, a(n) for n = 1..711 [May be complete]
David Terr, On the Sums of Digits of Fibonacci Numbers, Fibonacci Quarterly 34, Aug. 1996, pp. 349-355.
PROG
(PARI) isok(n) = sumdigits(fibonacci(n), 11) == n; \\ Michel Marcus, Jun 08 2019
(Magma) [k:k in [0..2000]| &+Intseq(Fibonacci(k), 11) eq k]; // Marius A. Burtea, Jun 09 2019
CROSSREFS
KEYWORD
base,nonn
AUTHOR
EXTENSIONS
Title clarified and offset changed to 1 by Sean A. Irvine, May 06 2019
STATUS
approved