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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073691 Primes p = product(A073692(n), A073692(n)+2,..., A073692(n+1)-2) plus 2. 2
1, 3, 5, 7, 9011, 17, 19, 401, 577, 29, 31, 51666617, 43, 90947, 410006013351009077, 71, 73, 5477, 79, 45144947, 89, 8101, 8837, 13579634496890387, 1520417, 14401, 15377, 5279231461457, 2802659, 21317 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) print1("1, "):p=1:c=3:for(n=1, 50, while(!isprime(p+2), p=p*c:c=c+2):print1(p+2", "):p=c:c=c+2)

CROSSREFS

Cf. A073692, A073693.

Sequence in context: A065824 A191546 A069463 * A110336 A073695 A068825

Adjacent sequences:  A073688 A073689 A073690 * A073692 A073693 A073694

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 12 2002

EXTENSIONS

Edited by Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 26 2003

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 15 21:27 EST 2012. Contains 205859 sequences.