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!)
A152219 Numbers n such that n! - 1 is divisible by a square greater than one. 1
9, 15, 105, 112, 609 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that p^2 divides m!-1 for some integer m<p see A152220.
a(6)=4929 [From Artur Jasinski, Nov 30 2008]
LINKS
MATHEMATICA
aa = {}; Do[If[(Sqrt[n! - 1] /. Sqrt[_] -> 1) > 1, Print[n]; AppendTo[aa, n], {n, 1, 1000}]; aa (*Artur Jasinski*)
nfdsQ[n_]:=AnyTrue[Rest[Divisors[n!-1]], IntegerQ[Sqrt[#]]&]; Select[Range[ 2, 610], nfdsQ] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 24 2020 *)
CROSSREFS
Sequence in context: A304457 A219129 A226927 * A173037 A029712 A136353
KEYWORD
nonn
AUTHOR
Artur Jasinski, Nov 29 2008
EXTENSIONS
Definition clarified by Harvey P. Dale, May 24 2020
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 18 09:20 EDT 2024. Contains 371769 sequences. (Running on oeis4.)