Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103511
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103511 Smallest prime > double factorial number A001147(n). +0
2
2, 5, 17, 107, 947, 10399, 135151, 2027033, 34459429, 654729139, 13749310577, 316234143227, 7905853580633, 213458046676877, 6190283353629379, 191898783962510743, 6332659870762850657, 221643095476699771957 (list; graph; listen)
OFFSET

1,1

COMMENT

The Mathematica program ignores the first term.

EXAMPLE

1!!=1, 2 is the first prime greater than 1;

6!!=10395, 10399 is the first prime greater than 10395.

MATHEMATICA

nmax = 2^2048; npd = 1; n = 2; npd = npd*(2*n - 1); While[npd < nmax, cp = npd + 2; While[ ! (PrimeQ[cp]), cp = cp + 2]; Print[cp]; n = n + 1; npd = npd*(2*n - 1)]

CROSSREFS

Cf. A001147.

Adjacent sequences: A103508 A103509 A103510 this_sequence A103512 A103513 A103514

Sequence in context: A059248 A143878 A081546 this_sequence A097980 A074046 A123374

KEYWORD

nonn

AUTHOR

Lei Zhou (lzhou5(AT)emory.edu), Feb 15 2005

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research