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.

A147591 RootMeanSquare(digits of n) is an integer.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 17, 22, 33, 44, 55, 66, 71, 77, 88, 99, 111, 115, 151, 157, 175, 222, 333, 444, 511, 517, 555, 571, 666, 715, 751, 777, 888, 999, 1111, 1135, 1153, 1177, 1315, 1339, 1351, 1393, 1513, 1531, 1557, 1575, 1717, 1755, 1771, 1933, 2000
Offset: 1

Views

Author

Ctibor O. Zizka, Nov 08 2008

Keywords

Examples

			n=1236, RMS(digits of 1351)=sqrt((1^2+3^2+5^2+1^2)/4)=sqrt(36/4)=sqrt(9)=3.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[2000],IntegerQ[RootMeanSquare[IntegerDigits[#]]]&] (* Harvey P. Dale, Sep 02 2017 *)