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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082672 Numbers n such that (n!+2)/2 is a prime. 44
2, 4, 5, 7, 8, 13, 16, 30, 43, 49, 91, 119, 213, 1380, 1637, 2258, 4647, 9701, 12258 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Range[10^2], PrimeQ[(#!+2)/2] &] (from Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 29 2008)

PROG

(PARI) \ x such that (x!+2)/2 is prime xfactpk(n, 2) = { for(x=2, n, y = (x!+k)/k; if(isprime(y), print1(x" ")) ) }

(MAGMA) [ n: n in [1..300] | IsPrime((Factorial(n)+2) div 2) ];

CROSSREFS

Cf. A089130.

Sequence in context: A107899 A032924 A005125 * A187054 A135693 A135367

Adjacent sequences:  A082669 A082670 A082671 * A082673 A082674 A082675

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 18 2003

EXTENSIONS

More terms from Don Reble, Dec 08 2003

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 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 17 10:05 EST 2012. Contains 206009 sequences.