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.

A227871 Sum of digits of 14^n.

Original entry on oeis.org

1, 5, 16, 17, 22, 29, 37, 23, 52, 44, 67, 65, 73, 68, 52, 80, 85, 83, 100, 122, 106, 116, 130, 137, 118, 140, 124, 152, 166, 173, 136, 158, 178, 179, 202, 128, 199, 176, 187, 206, 220, 227, 244, 230, 232, 224, 256, 272, 253, 275, 268, 278, 301, 272, 298, 257
Offset: 0

Views

Author

Irene Sermon, Oct 25 2013

Keywords

Examples

			For n=9, 14^9=20661046784 and the sum of the digits is 44.
		

Crossrefs

Programs

  • Mathematica
    Total[IntegerDigits[#]]&/@(14^Range[0,60]) (* Harvey P. Dale, Jul 18 2019 *)

Formula

a(n) = A007953(A001023(n)).