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

 


A055571
Sum of digits of a(n)^5 is greater than or equal to a(n).
7
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 31, 33, 35, 36, 37, 38, 46
OFFSET
1,3
EXAMPLE
a(2) = 2 because 2^5 = 32 and 3+2 = 5>= 2
MATHEMATICA
Select[Range[0, 50], Total[IntegerDigits[#^5]]>=#&] (* Harvey P. Dale, Jul 03 2021 *)
CROSSREFS
KEYWORD
base,fini,full,nonn
AUTHOR
Henry Bottomley, May 26 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 17:39 EDT 2024. Contains 376178 sequences. (Running on oeis4.)