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.

A355708 Irregular triangle read by rows in which row n lists the possible periods for the iterations of the map sum of n-th powers of digits.

Original entry on oeis.org

1, 1, 8, 1, 2, 3, 1, 2, 7, 1, 2, 4, 6, 10, 12, 22, 28, 1, 2, 3, 4, 10, 30, 1, 2, 3, 6, 12, 14, 21, 27, 30, 56, 92, 1, 25, 154, 1, 2, 3, 4, 8, 10, 19, 24, 28, 30, 80, 93, 1, 6, 7, 17, 81, 123
Offset: 1

Views

Author

Mohammed Yaseen, Jul 14 2022

Keywords

Examples

			Triangle begins:
  1;
  1, 8;
  1, 2, 3;
  1, 2, 7;
  1, 2, 4, 6, 10, 12, 22, 28;
  1, 2, 3, 4, 10, 30;
  1, 2, 3, 6, 12, 14, 21, 27, 30, 56, 92;
  1, 25, 154;
  1, 2, 3, 4, 8, 10, 19, 24, 28, 30, 80, 93;
  1, 6, 7, 17, 81, 123;
  ...
		

Crossrefs

Periods of sum of m-th powers of digits iterated: A031176 (m=2), A031178 (m=3), A031182 (m=4), A031186 (m=5), A031195 (m=6), A031200 (m=7), A031211 (m=8), A031212 (m=9), A031213 (m=10).
Sum of m-th powers of digits: A007953 (m=1), A003132 (m=2), A055012 (m=3), A055013 (m=4), A055014 (m=5), A055015 (m=6), A123253 (m=7), A210840 (m=8).