OFFSET
1,2
EXAMPLE
55 is a term as the arithmetic mean of digits is an integer: (5+5)/2 = 5.
144 is a term as the arithmetic mean of digits is an integer: (1+4+4)/3 = 3.
6765 is a term as the arithmetic mean of digits is an integer: (6+7+6+5)/4 = 6.
MATHEMATICA
<<Statistics`DescriptiveStatistics`
Fibonacci[Flatten[Position[Table[Mean[IntegerDigits[Fibonacci[n]]], {n, 1, 100}], _Integer]]]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
José de Jesús Camacho Medina, Nov 07 2019
STATUS
approved