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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076134 Numbers n such that 3*n! - 1 is a prime. 2
0, 1, 2, 3, 4, 5, 9, 12, 17, 26, 76, 379, 438, 1695 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

LINKS

Table of n, a(n) for n=1..14.

EXAMPLE

n=5 is here because 3*5!-1=359 is a prime.

MAPLE

for n from 0 to 1000 do if isprime(3*n! - 1) then print(n) end if end do;

CROSSREFS

Cf. A051915, A076134.

Sequence in context: A084542 A038201 A033084 * A101526 A140298 A107365

Adjacent sequences:  A076131 A076132 A076133 * A076135 A076136 A076137

KEYWORD

nonn

AUTHOR

Phillip L. Poplin (plpoplin(AT)bellsouth.net), Oct 30 2002

STATUS

approved

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 May 18 15:21 EDT 2013. Contains 225422 sequences.