The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A325436 Numbers m such that m! / sigma(m) is not an integer. 1
2, 3, 4, 9, 16, 25, 64, 289, 729, 1681, 2401, 3481, 4096, 5041, 7921, 10201, 15625, 17161, 27889, 28561, 29929, 65536, 83521, 85849, 146689, 262144, 279841, 458329, 491401, 531441, 552049, 579121, 597529, 683929, 703921, 707281, 734449, 829921, 1190281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers A053182(n)^2 are terms for n >= 1.
Complement of A325435.
Union of the number 3 and numbers m from A023194 (sigma(m) = prime).
LINKS
PROG
(Magma) [n: n in [1..10000] | not IsIntegral(Factorial(n)/&+[d: d in Divisors(n)])]
(PARI) isok(n) = ((n! % sigma(n)) != 0); \\ Michel Marcus, Apr 26 2019
CROSSREFS
Sequence in context: A235401 A354268 A281882 * A346777 A338585 A145027
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 June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)