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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123215 Numbers n such that (n!)^4 + 1 is prime. 0
0, 1, 2, 3, 4, 13, 112 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Exponent 4 analogue of A046029 Numbers n such that (n!)^2+1 is prime. Numbers k such that k! is an element of A000068 Numbers n such that n^4 + 1 is prime.

MATHEMATICA

Select[Range[200], PrimeQ[#!^4 + 1] &]

PROG

(MAGMA)[ n: n in [0..300] | IsPrime((Factorial(n)^4)+1)][From Vincenzo Librandi, Dec 22 2010]

CROSSREFS

Cf. A000068, A037896, A046029.

Sequence in context: A162222 A010346 A089142 * A051855 A058070 A151413

Adjacent sequences:  A123212 A123213 A123214 * A123216 A123217 A123218

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Oct 05 2006

EXTENSIONS

a(7) from Vincenzo Librandi, Dec 22 2010

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 06:10 EST 2012. Contains 205988 sequences.