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!)
A093325 Numbers that are divisible by the sum of the factorials of their digits. 3
1, 2, 10, 12, 21, 32, 104, 111, 112, 120, 145, 200, 220, 222, 224, 341, 403, 441, 1000, 1020, 1100, 1120, 1122, 1200, 1204, 1210, 1212, 1230, 1232, 1320, 1330, 2000, 2010, 2030, 2100, 2110, 2112, 2123, 2125, 2130, 2204, 2212, 2232, 2250, 2300, 2310, 2321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
104 is a term because 1!+0!+4!=26 and 104/26=4.
MATHEMATICA
seqQ[n_] := Divisible[n, Total@(Factorial /@ IntegerDigits[n])]; Select[Range[2500], seqQ] (* Amiram Eldar, Dec 16 2019 *)
PROG
(Magma) f:=func< n|&+[Factorial(Intseq(n)[i]):i in [1..#Intseq(n)]]>; [k:k in [1..2500]| k mod f(k) eq 0]; // Marius A. Burtea, Dec 16 2019
CROSSREFS
Sequence in context: A130842 A061818 A166938 * A001363 A022367 A004686
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, May 11 2004
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 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)