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!)
A325435 Numbers m such that m! / sigma(m) is an integer. 1
1, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A325436.
Corresponding integers are 1, 20, 60, 630, 2688, 201600, 3326400, 17107200, ...
Equals A163162 without number 3.
LINKS
EXAMPLE
6 is in the sequence because 6! / sigma(6) = 720 / 12 = 60 (integer).
MATHEMATICA
Select[Range[80], IntegerQ[#!/DivisorSigma[1, #]]&] (* Harvey P. Dale, Jul 20 2022 *)
PROG
(Magma) [n: n in [1..1000] | IsIntegral(Factorial(n)/&+[d: d in Divisors(n)])]
(PARI) isok(n) = ((n! % sigma(n)) == 0); \\ Michel Marcus, Apr 26 2019
CROSSREFS
Sequence in context: A051052 A119368 A088721 * A288857 A201472 A005049
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Apr 26 2019
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 August 20 13:38 EDT 2024. Contains 375336 sequences. (Running on oeis4.)