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!)
A226971 Numbers k such that the sum of digits of k^7 is equal to k. 2
0, 1, 18, 27, 31, 34, 43, 53, 58, 68 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Only the ten integers listed have this property.
LINKS
EXAMPLE
a(3) = 18 because 18^7 = 612220032 and 6+1+2+2+2+0+0+3+2 = 18.
MATHEMATICA
Select[Range[0, 100], #==Total[IntegerDigits[#^7]]&]
PROG
(Magma) [n: n in [0..80] | &+Intseq(n^7) eq n]; // Vincenzo Librandi, Feb 23 2015
(Sage) [n for n in (0..70) if sum((n^7).digits()) == n] # Bruno Berselli, Feb 23 2015
CROSSREFS
Cf. A152147.
Sequence in context: A080910 A347826 A036763 * A281918 A186129 A284672
KEYWORD
nonn,base,fini,full
AUTHOR
Michel Lagneau, Jun 24 2013
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 July 16 10:13 EDT 2024. Contains 374345 sequences. (Running on oeis4.)