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!)
A051110 Duplicate of A124586. 0
113, 293, 317, 523, 773, 839, 863, 887, 953, 1069, 1129, 1259, 1327, 1381, 1409, 1583, 1637, 1669, 1759, 1831, 1847, 1913, 1933, 1951, 2039, 2113, 2161, 2179, 2221, 2251, 2311, 2357, 2423, 2477, 2503, 2557, 2593, 2633, 2753, 2803, 2819, 2861, 2939, 2971, 3023 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) isok(n) = isprime(n) && (fn = ((n-1)! + 1)) && ((fn % (n+2)) == 1) && ((fn % (n+4)) == 1) && ((fn % (n+6)) == 1) && ((fn % (n+8)) == 1) && ((fn % (n+10)) == 1) && ((fn % (n+12)) == 1); \\ Michel Marcus, Dec 31 2013
CROSSREFS
Sequence in context: A070188 A059331 A124586 * A031932 A216310 A211445
KEYWORD
dead
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Dec 31 2013
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)