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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062591 Primes of form 6n!+1. 0
7, 13, 37, 30241, 241921, 2177281, 2874009601, 37362124801, 38414242234368001, 3722690410399436636160001, 3138135704799606670560043344600445747200000001 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=6*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, 50, if(isprime(6*n!+1), print(6*n!+1)))

CROSSREFS

Sequence in context: A158375 A144729 A123250 * A056249 A107207 A045464

Adjacent sequences:  A062588 A062589 A062590 * A062592 A062593 A062594

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 14 23:42 EST 2012. Contains 205688 sequences.