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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139201 Numbers k such that (k!-6)/6 is prime. 1
4, 5, 7, 8, 11, 14, 16, 17, 18, 20, 43, 50, 55, 59, 171, 461, 859 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

a:=proc(n) if isprime((1/6)*factorial(n)-1)=true then n else end if end proc: seq(a(n), n=4..500); -Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 29 2008

MATHEMATICA

a = {}; Do[If[PrimeQ[(n! - 6)/6], Print[a]; AppendTo[a, n]], {n, 1, 300}]; a (*Artur Jasinski*)

CROSSREFS

Cf. A139189, A139190, A139191, A139192, A139193, A139194, A139195, A139196, A139197, A139198.

Sequence in context: A032702 A120753 A188322 * A049649 A050575 A081452

Adjacent sequences:  A139198 A139199 A139200 * A139202 A139203 A139204

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Apr 11 2008

EXTENSIONS

2 more terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 29 2008

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 14 20:38 EST 2012. Contains 205663 sequences.