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.

Showing 1-1 of 1 results.

A227881 Sum of digits of 17^n.

Original entry on oeis.org

1, 8, 19, 17, 19, 35, 37, 35, 55, 71, 55, 62, 64, 80, 91, 80, 109, 98, 91, 98, 82, 116, 136, 143, 109, 152, 163, 152, 145, 152, 172, 170, 172, 170, 208, 215, 199, 197, 226, 233, 217, 206, 271, 224, 244, 242, 253, 287, 244, 305, 271, 269, 298, 305, 325, 314
Offset: 0

Views

Author

Irene Sermon, Oct 25 2013

Keywords

Examples

			For n = 8, 17^8 = 6975757441 and the digit sum is 55.
		

Crossrefs

Programs

  • Mathematica
    Table[Total[IntegerDigits[17^n]], {n, 0, 100}] (* T. D. Noe, Oct 28 2013 *)

Formula

a(n) = A007953(A001026(n)).
Showing 1-1 of 1 results.