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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089131 Primes of the form (n!+3)/3. 2
3, 41, 241, 13441, 13305601, 118562476032001, 8617338912961658880001, 123997775596633739155999816050278400000001 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..13

MATHEMATICA

Select[Table[(n!+3)/3, {n, 0, 50}], PrimeQ] (* Vincenzo Librandi, Dec 12 2011 *)

PROG

(PARI) nfactp2d2(n) = { for(x=1, n, y=floor((x!+ 3)/3); if(isprime(y), print1(y", ")) ) }

(MAGMA) [a: n in [1..50] | IsPrime(a) where a is (Factorial(n)+3) div 3]; // Vincenzo Librandi, Dec 12 2011

CROSSREFS

Cf. A089085.

Sequence in context: A080347 A106978 A200817 * A057650 A181226 A159249

Adjacent sequences:  A089128 A089129 A089130 * A089132 A089133 A089134

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 05 2003

EXTENSIONS

The next term is too large to include.

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 14 13:08 EST 2012. Contains 205623 sequences.