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!)
A225517 Integers n > 1 such that expression n!/(prime(n-1)+1) is not an integer. 1
2, 3, 13, 19, 22, 38, 39, 45, 48, 60, 62, 66, 68, 79, 83, 89, 100, 101, 102, 113, 122, 123, 126, 131, 135, 139, 152, 156, 169, 178, 184, 189, 192, 194, 195, 197, 198, 199, 204, 217, 219, 221, 222, 228, 232, 243, 256, 258, 261, 266, 270, 274, 286, 288, 289, 292 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2, 522], ! IntegerQ[#!/(Prime[# - 1] + 1)] &] (* T. D. Noe, May 10 2013 *)
PROG
(PARI) m=M=1; forprime(p=2, 1e5, M*=m++; t=denominator(M/(p+1)); if(t>1, print1(m", ")))
CROSSREFS
Cf. A223881.
Sequence in context: A352539 A338216 A143871 * A254462 A275030 A194598
KEYWORD
nonn
AUTHOR
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 19 07:49 EDT 2024. Contains 370958 sequences. (Running on oeis4.)