login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073689 Group the natural numbers so that the product of the terms in each group + 1 is a prime: (1), (2), (3, 4), (5, 6), (7, 8, 9, 10, 11), (12), (13, 14, 15), (16), ... Sequence gives first term in each group. 2
1, 2, 3, 5, 7, 12, 13, 16, 17, 19, 24, 26, 32, 39, 44, 47, 56, 59, 61, 64, 69, 71, 73, 78, 79, 85, 95, 108, 109, 120, 128, 131, 133, 136, 137, 144, 151, 169, 212, 219, 225, 232, 233, 260, 276, 277, 284, 290, 292, 293, 295, 311, 317, 326, 329, 331, 355, 358, 359, 365 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(k+1) - a(k) = 4 has no solution.
LINKS
MATHEMATICA
t = {}; s = 1; c = 0; Do[s = s*i; c += 1; If[PrimeQ[s + 1], AppendTo[t, i - c + 1]; s = 1; c = 0], {i, 375}]; t (* Jayanta Basu, Jul 07 2013 *)
CROSSREFS
Sequence in context: A028842 A260181 A140971 * A257560 A187774 A031216
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 12 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 24 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 4 22:39 EST 2023. Contains 367565 sequences. (Running on oeis4.)