Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062698
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062698 Primes of form 2n!+1. +0
1
3, 5, 13, 241, 958003201, 12804747411456001, 20666295932772289859333302675046400000001, 3102237506574764560448486032938606422126519440033972224000000000001 (list; graph; listen)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,12

MATHEMATICA

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

PROGRAM

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

(PARI) { n=0; f=1; for (m=1, 10^5, f*=m; if(isprime(a=2*f + 1), write("b062698.txt", n++, " ", a); if (n==12, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 09 2009]

CROSSREFS

Sequence in context: A087170 A123370 A110407 this_sequence A128341 A028942 A074378

Adjacent sequences: A062695 A062696 A062697 this_sequence A062699 A062700 A062701

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research