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!)
A051855 Numbers n such that (n!)^4+1 is prime. 2
0, 1, 2, 3, 4, 13, 112, 328, 11123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
C. K. Caldwell, The Prime Pages
C. Nash, Prime Form [?Broken link]
MATHEMATICA
Select[Range[0, 350], PrimeQ[(#!)^4 + 1]&] (* Vincenzo Librandi, Aug 15 2013 *)
PROG
(PARI) isok(n) = isprime(n!^4 + 1); \\ Michel Marcus, Aug 15 2013
(Magma) [n: n in [1..300] | IsPrime(Factorial(n)^4+1)]; // Vincenzo Librandi, Aug 15 2013
CROSSREFS
Sequence in context: A295755 A089142 A123215 * A058070 A151413 A031241
KEYWORD
nonn
AUTHOR
Andrew Walker (ajw01(AT)uow.edu.au), Dec 13 1999
EXTENSIONS
a(9) from Robert Price, Jul 24 2014
Prepended a(1)=0, Robert Price, Sep 01 2014
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 15:03 EDT 2024. Contains 371793 sequences. (Running on oeis4.)