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!)
A055577 Sum of digits of a(n)^6 is equal to a(n). 9
0, 1, 18, 45, 54, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(2) = 18 because 18^6 = 34012224 and 3+4+0+1+2+2+2+4 = 18
MATHEMATICA
Select[Range[0, 100], #==Total[IntegerDigits[#^6]]&] (* Harvey P. Dale, Oct 26 2011 *)
PROG
(Magma) [n: n in [0..100] | &+Intseq(n^6) eq n ]; // Vincenzo Librandi, Feb 23 2015
(Sage) [n for n in (0..70) if sum((n^6).digits()) == n] # Bruno Berselli, Feb 23 2015
CROSSREFS
Cf. A152147.
Sequence in context: A299383 A177724 A095739 * A281917 A002798 A124388
KEYWORD
base,fini,full,nonn
AUTHOR
Henry Bottomley, May 26 2000
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)