Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062551
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062551 Primes of form 3*n!+1. +0
1
7, 19, 73, 2161, 15121, 1088641, 10886401, 18681062401, 77556050216654929920001, 46533630129992957952000001, 789392510801080590501654036480000001 (list; graph; listen)
OFFSET

1,1

LINKS

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

MATHEMATICA

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

(PARI) { n=0; for (m=0, 10^5, if(isprime(a=3*m! + 1), write("b062551.txt", n++, " ", a); if (n==15, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 08 2009]

CROSSREFS

Sequence in context: A002533 A111011 A144723 this_sequence A155390 A088988 A109879

Adjacent sequences: A062548 A062549 A062550 this_sequence A062552 A062553 A062554

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research