Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088332
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088332 Primes of the form n!+1. +0
12
2, 3, 7, 39916801, 10888869450418352160768000001, 13763753091226345046315979581580902400000001, 33452526613163807108170062053440751665152000000001 (list; graph; listen)
OFFSET

1,1

COMMENT

Of course 2 = 0!+1 = 1!+1 has two such representations.

LINKS

T. D. Noe, Table of n, a(n) for n=1..11

EXAMPLE

3!+1 = 7 is prime.

MATHEMATICA

lst={}; Do[p=n!+1; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 3*5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 27 2009]

PROGRAM

(PARI) factp1prime(n)=for(x=1, n, xf=x!+1; if(isprime(xf), print1(xf", ")))

CROSSREFS

Cf. A002981 (values of n).

Sequence in context: A077524 A088252 A048979 this_sequence A131959 A021046 A138180

Adjacent sequences: A088329 A088330 A088331 this_sequence A088333 A088334 A088335

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 06 2003

EXTENSIONS

The next term is too large to include.

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research