login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038178 Numbers k such that k = (sum of digits of k)^(number of digits of k). 2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 81, 512, 2401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
To prove completeness, consider that k^m contains more than m digits for every k >= 10 and check 1 <= k <= 9 explicitly. - Ulrich Schimke (ulrschimke(AT)aol.com)
Subset of A023106. - R. J. Mathar, Oct 20 2008
LINKS
EXAMPLE
512 is in the sequence because (5 + 1 + 2)^3 = 512.
MATHEMATICA
Select[Range[2500], #==Total[IntegerDigits[#]]^IntegerLength[#]&] (* Harvey P. Dale, Oct 26 2011 *)
CROSSREFS
Sequence in context: A237346 A193757 A246605 * A023106 A135480 A289979
KEYWORD
nonn,nice,fini,full,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)