login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085460 Primes p such that there is at least one k dividing (p-1)!-1 (p<=k<=2p). 0
2, 43, 47, 53, 97, 367, 499, 617, 653, 661, 719, 757, 787, 971, 1093, 1109, 1163, 1249, 1283, 1447, 1579, 1657, 1663, 1733, 1993, 2099, 2141, 2251, 2287, 2311, 2333, 2557, 2591, 2593, 2621, 2879, 2917, 2957, 2963, 2971, 3253, 3301, 3499, 3719, 3733, 3767 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) forprime(n=1, 1000, if(sum(k=n, 2*n, if(((n-1)!-1)%k, 0, 1))>0, print1(n, ", ")))

CROSSREFS

Sequence in context: A130506 A052078 A069544 * A139835 A137415 A090194

Adjacent sequences:  A085457 A085458 A085459 * A085461 A085462 A085463

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 14 2003

EXTENSIONS

More terms from Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 16 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:41 EST 2012. Contains 205909 sequences.