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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121859 Numbers n such that n!*3^n - 1 is prime. 0
1, 2, 12, 20, 38, 45, 46, 105, 117, 143, 214 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Corresponding primes of the form n!*3^n - 1 are a(n)!*3^a(n) - 1 ={2,17,254561089305599,8483004771271882804592639999,...}.

MATHEMATICA

Do[f=n!*3^n-1; If[PrimeQ[f], Print[{n, f}]], {n, 1, 214}]

CROSSREFS

Cf. A091415, A002982.

Sequence in context: A032407 A136725 A023534 * A145622 A174478 A145634

Adjacent sequences:  A121856 A121857 A121858 * A121860 A121861 A121862

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Sep 10 2006

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 17 09:41 EST 2012. Contains 206009 sequences.