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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082280 a(1) = 1, then the smallest number such that there are a(n) composite numbers between a(n) and a(n+1) both excluded. 2
1, 5, 13, 31, 71, 160, 355, 777, 1681, 3603, 7677, 16272, 34323, 72119, 151036, 315355, 656823, 1364925, 2830706, 5859765, 12110519, 24991695, 51503762, 106008953, 217946295, 447610014 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

k = i = 1; Print[k]; Do[t = 0; While[t < k, i++; If[ !PrimeQ[i], t++ ]]; k = i = (i+1); Print[k], {n, 1, 25}] (Propper)

CROSSREFS

Cf. A082278, A082279, A082281.

Sequence in context: A067333 A118646 A097969 * A007708 A146609 A121129

Adjacent sequences:  A082277 A082278 A082279 * A082281 A082282 A082283

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 13 2003

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Jul 14 2005

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 17 02:48 EST 2012. Contains 205978 sequences.