The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A139062 Primes of the form (6+k!)/6. 11
2, 5, 604801, 6652801, 1037836801, 14529715201, 59281238016001, 8515157028618240001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k for which (4+k!)/4 is prime see A139063.
LINKS
MATHEMATICA
a = {}; Do[If[PrimeQ[(n! + 6)/6], AppendTo[a, (n! + 6)/6]], {n, 1, 50}]; a
PROG
(PARI) for(k=3, 1e3, if(ispseudoprime(t=k!/6+1), print1(t", "))) \\ Charles R Greathouse IV, Jul 15 2011
CROSSREFS
Sequence in context: A319898 A325957 A247148 * A241861 A340984 A122760
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 07 2008
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 May 28 15:56 EDT 2024. Contains 372916 sequences. (Running on oeis4.)