cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A329192 Fibonacci numbers with arithmetic mean of digits an integer (sum of digits = a multiple of number of digits).

This page as a plain text file.
%I A329192 #10 Nov 29 2019 15:08:03
%S A329192 1,2,3,5,8,13,55,144,987,6765,10946,9227465,225851433717,
%T A329192 8944394323791464,160500643816367088,83621143489848422977,
%U A329192 59425114757512643212875125,30960598847965113057878492344,127127879743834334146972278486287885163
%N A329192 Fibonacci numbers with arithmetic mean of digits an integer (sum of digits = a multiple of number of digits).
%F A329192 a(n) = A000045(A164947(n+1)).
%e A329192 55 is a term as the arithmetic mean of digits is an integer: (5+5)/2 = 5.
%e A329192 144 is a term as the arithmetic mean of digits is an integer: (1+4+4)/3 = 3.
%e A329192 6765 is a term as the arithmetic mean of digits is an integer: (6+7+6+5)/4 = 6.
%t A329192 <<Statistics`DescriptiveStatistics`
%t A329192 Fibonacci[Flatten[Position[Table[Mean[IntegerDigits[Fibonacci[n]]], {n,1,100}],_Integer]]]
%Y A329192 Cf. A000045, A004090, A060384, A069709, A164947.
%K A329192 nonn,base
%O A329192 1,2
%A A329192 _José de Jesús Camacho Medina_, Nov 07 2019