The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A055570 Sum of digits of (a(n)^4) 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, 21, 22, 23, 24, 25, 26, 28, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(2) = 2 because 2^4 = 16 and 1+6 = 7>= 2
MATHEMATICA
Select[Range[0, 50], Total[IntegerDigits[#^4]]>=#&] (* Harvey P. Dale, Jan 20 2020 *)
CROSSREFS
Sequence in context: A243079 A167619 A020664 * A083114 A129350 A368365
KEYWORD
base,fini,full,nonn
AUTHOR
Henry Bottomley, May 26 2000
EXTENSIONS
Definition clarified by Harvey P. Dale, Jan 20 2020
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 June 12 11:47 EDT 2024. Contains 373331 sequences. (Running on oeis4.)