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!)
A176194 Numbers with no zero digits divisible by the sum of the k-th powers of their digits, for each k = 1,2,3,4. 2
1, 111, 1121211, 11243232, 12132432, 12413232, 22331232, 23111352, 23411232, 24113232, 41223312, 42131232, 44662464, 111111111, 112452144, 114251424, 135964224, 211412544, 246134592, 313212312, 332131212, 382941675, 416283624, 442114512, 523173456, 671635575, 979652772 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For the numbers divisible by the sum of k-th powers of digits including 0, see A169662. The numbers such that the digits are > 0 are rare.
LINKS
FORMULA
A007953 (n)|n and A003132(n)|n and A055012 (n)| n and A055013 (n)| n and all digits < > 0.
EXAMPLE
For n = 246134592 we obtain :
2^4 + 4^4 + 6^4 + 1^4 + 3^4 + 4^4 + 5^4 + 9^4 + 2^4 = 9108, and 246134592 = 9108*27024 ;
2^3 + 4^3 + 6^3 + 1^3 + 3^3 + 4^3 + 5^3 + 9^3 + 2^3 = 1242, and 246134592 = 1242*198176 ;
2^2 + 4^2 + 6^2 + 1^2 + 3^2 + 4^2 + 5^2 + 9^2 + 2^2 = 192, and 246134592 = 192*1281951 ;
2 + 4 + 6 + 1 + 3 + 4 + 5 + 9 + 2 = 36, and 246134592 = 36*6837072.
MAPLE
with(numtheory):for n from 2 to 500000000 do:l:=evalf(floor(ilog10(n))+1):n0:=n:s1:=0:s2:=0:s3:=0:s4:=0:p:=1:for m from 1 to l do:q:=n0:u:=irem(q, 10):v:=iquo(q, 10):n0:=v :s1:=s1+u:p:=p*u:s2:=s2+u^2:s3:=s3+u^3:s4:=s4+u^4: od:if irem(n, s1)=0 and irem(n, s2)=0 and irem(n, s3)=0 and irem(n, s4)=0 and p<>0 then print(n):else fi:od:
CROSSREFS
Intersection of A052382 and A169662.
Sequence in context: A262647 A262631 A259747 * A261820 A262661 A156407
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Apr 11 2010
EXTENSIONS
a(1)-a(2) and more terms add by Amiram Eldar, Apr 20 2023
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 09:09 EDT 2024. Contains 371964 sequences. (Running on oeis4.)