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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062538 Primes of form 4*n!+1. 0
5, 97, 20161, 161281, 1451521, 24908083201, 83691159552001, 1219553378446855442006016000001, 923374789356965521888370970732110324333114258287231764529152000000000001 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

4*4!+1=97, a prime.

MATHEMATICA

lst={}; Do[p=4*n!+1; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 28 2009]

PROG

(PARI) for(n=1, 55, if(isprime(4*n!+1), print(4*n!+1)))

CROSSREFS

Sequence in context: A102734 A117341 A202516 * A053980 A088995 A093749

Adjacent sequences:  A062535 A062536 A062537 * A062539 A062540 A062541

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 10 2001

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 16 21:42 EST 2012. Contains 205977 sequences.