|
| |
|
|
A163212
|
|
Wilson quotients (A007619) which are primes.
|
|
3
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| a(5)=A007619(137), a(6)=A007619(216).
|
|
|
REFERENCES
| Peter Luschny, "Divide, swing and conquer the factorial and the lcm{1,2,...,n}", preprint, April 2008.
|
|
|
LINKS
| Peter Luschny, Swinging Primes.
|
|
|
EXAMPLE
| The quotient (720+1)/7 = 103 is a Wilson quotient and a prime, so 103 is a member.
|
|
|
MAPLE
| # WQ defined in A163210.
A163212 := n -> select(isprime, WQ(factorial, p->1, n)):
|
|
|
CROSSREFS
| Cf. A163211, A007619, A163210, A163213, A163209.
Sequence in context: A142418 A159523 A007619 * A163154 A165387 A156848
Adjacent sequences: A163209 A163210 A163211 * A163213 A163214 A163215
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Peter Luschny (peter(AT)luschny.de), Jul 24 2009
|
| |
|
|