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.

A010347 Base-6 Armstrong or narcissistic numbers, written in base 6.

Original entry on oeis.org

1, 2, 3, 4, 5, 243, 514, 14340, 14341, 14432, 23520, 23521, 44405, 435152, 5435254, 12222215, 555435035, 1053025020422, 1053122514003, 1435403205450, 1435403205451, 1450005114454, 2135254510352, 2145555022413, 2500150125455, 133024510545125
Offset: 1

Views

Author

Keywords

Comments

From M. F. Hasler, Nov 18 2019: (Start)
Whenever a(n) ends in 0 (n = 8, 11, 20, 28), then a(n+1) = a(n) + 1 also satisfies the definition.
Like the other single-digit terms, zero would satisfy the definition (n = Sum_{i=1..k} d[i]^k where d[1..k] are the base 6 digits of n), but here only positive numbers are considered. (End)

Crossrefs

Cf. A010348 (a(n) written in base 10).
In other bases: A010343 (base 4), A010345 (base 5), A010349 (base 7), A010351 (base 8), A010352 (base 9), A005188 (base 10).

Programs

Extensions

Edited by Joseph Myers, Jun 28 2009