A162234 Base 9 perfect digital invariants (written in base 10): numbers equal to the sum of the k-th powers of their base-9 digits, for some k.
0, 1, 2, 3, 4, 5, 6, 7, 8, 27, 28, 41, 50, 126, 127, 243, 244, 353, 468, 469, 1052, 1824, 2187, 2188, 8052, 8295, 9857, 19683, 19684, 36804, 65538, 65539, 177147, 177148, 1198372, 1594323, 1594324, 3357009, 3357010, 5300099, 6287267, 10097892
Offset: 1
Links
- Joseph Myers, Table of n, a(n) for n=1..506 (complete to 120 base 9 digits)
Crossrefs
Programs
-
PARI
select( {is_A162234(n, b=9)=nn|| return(t==n))}, [0..10^5]) \\ M. F. Hasler, Nov 21 2019
Comments