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!)
A103126 5-Smith numbers. 2
2030, 10203, 12110, 20210, 20310, 21004, 21010, 24000, 24010, 31010, 41001, 50010, 70000, 100004, 100012, 100210, 100310, 100320, 101020, 101041, 102022, 103200, 104010, 104101, 104110, 105020, 106001, 110020, 110202, 110212, 110400, 111013 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Shyam Sunder Gupta, Smith Numbers.
Wayne L. McDaniel, The Existence of infinitely Many k-Smith numbers, Fibonacci Quarterly, Vol. 25, No. 1 (1987), pp. 76-80.
EXAMPLE
2030 is a 5-Smith number because the sum of the digits of its prime factors, i.e., Sp(2030) = Sp(2*5*7*29) = 2 + 5 + 7 + 2 + 9 = 25, which is equal to 5 times the digit sum of 2030, i.e., 5*S(2030) = 5*(2 + 0 + 3 + 0) = 25.
MATHEMATICA
digSum[n_] := Plus @@ IntegerDigits[n]; fiveSmithQ[n_] := CompositeQ[n] && Plus @@ (Last@# * digSum[First@#] & /@ FactorInteger[n]) == 5 *digSum[n]; Select[Range[10^5], fiveSmithQ] (* Amiram Eldar, Aug 23 2020 *)
CROSSREFS
Cf. A006753.
Sequence in context: A031543 A031723 A145721 * A045869 A098808 A212477
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Mar 16 2005
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 March 29 10:59 EDT 2024. Contains 371277 sequences. (Running on oeis4.)