|
| |
|
|
A060371
|
|
(p-1)!+1 where p runs through the primes.
|
|
2
| |
|
|
2, 3, 25, 721, 3628801, 479001601, 20922789888001, 6402373705728001, 1124000727777607680001, 304888344611713860501504000001, 265252859812191058636308480000001, 371993326789901217467999448150835200000001
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,1
|
|
|
COMMENTS
| If the prime p is in A055469, that is if p=2,7,11,29,..=A055469(j) which is valid for the first, 4th, 5th, 10th,.... entry here with j=1,2,3,...., then a(n)=A052295[A067186(j)]+1. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 27 2007
|
|
|
REFERENCES
| See references on web page.
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=2,...,100
C. K. Caldwell, Wilson Primes
|
|
|
PROG
| (PARI) { n=1; forprime (p=1, 524, write("b060371.txt", n++, " ", (p - 1)! + 1); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 04 2009]
|
|
|
CROSSREFS
| Sequence in context: A048674 A094998 A109586 * A130975 A002748 A056004
Adjacent sequences: A060368 A060369 A060370 * A060372 A060373 A060374
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Jason Earls (zevi_35711(AT)yahoo.com), Apr 01 2001
|
| |
|
|