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.

A239937 Numbers k such that DigitSum(k^2) > DigitSum((k+1)^2).

Original entry on oeis.org

3, 7, 8, 9, 14, 17, 19, 24, 26, 28, 29, 31, 33, 34, 37, 38, 39, 43, 44, 47, 48, 53, 54, 57, 59, 63, 64, 67, 69, 70, 74, 77, 78, 79, 83, 84, 87, 88, 89, 93, 94, 97, 98, 99, 104, 107, 109, 114, 117, 118, 119, 122, 124, 126, 128, 129, 133, 134, 137, 138, 141, 143
Offset: 1

Views

Author

Oliver Bel, Mar 29 2014

Keywords

Examples

			For k=3, we have DigitSum(3^2) = 9 > 7 = DigitSum(4^2).
		

Crossrefs

Cf. A007953 (sum of digits of n), A004159 (sum of digits of n^2).

Programs

Extensions

More terms from Jon E. Schoenfield, Mar 29 2014