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!)
A240387 Least k such that sum of n-th power of digits of k equals sum of prime divisors of k. 0
2, 12, 142, 210, 22011, 210120, 101220, 11012210, 2202120, 11210021221, 1100200012, 1000200000111, 1211201222, 211222020, 101101001120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(16) <= 1001110220200020. - Giovanni Resta, Apr 07 2014
LINKS
EXAMPLE
a(5) = 22011 = 3*11*23*29 because 2^5 + 2^5 + 0^5 + 1^5 + 1^5 = 3 + 11 + 23 + 29 = 66.
MATHEMATICA
Do[k=2; While[!Total[Transpose[FactorInteger[k]][[1]]]==Total[IntegerDigits[k]^n], k++]; Print[n, " ", k], {n, 1, 15}]
CROSSREFS
Sequence in context: A091144 A275829 A351731 * A087800 A009747 A208866
KEYWORD
nonn,base,hard
AUTHOR
Michel Lagneau, Apr 04 2014
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)