Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062538
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062538 Primes of form 4*n!+1. +0
1
5, 97, 20161, 161281, 1451521, 24908083201, 83691159552001, 1219553378446855442006016000001, 923374789356965521888370970732110324333114258287231764529152000000000001 (list; graph; listen)
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]

PROGRAM

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

CROSSREFS

Sequence in context: A139950 A102734 A117341 this_sequence A053980 A088995 A093749

Adjacent sequences: A062535 A062536 A062537 this_sequence A062539 A062540 A062541

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