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).

Original entry on oeis.org

1, 2, 3, 5, 8, 13, 55, 144, 987, 6765, 10946, 9227465, 225851433717, 8944394323791464, 160500643816367088, 83621143489848422977, 59425114757512643212875125, 30960598847965113057878492344, 127127879743834334146972278486287885163
Offset: 1

Views

Author

Keywords

Examples

			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.
		

Crossrefs

Programs

  • Mathematica
    <
    				

Formula

a(n) = A000045(A164947(n+1)).