|
Search: id:A082280
|
|
|
| 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. |
|
+0 3
|
|
| 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; listen)
|
|
|
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 this_sequence A007708 A146609 A121129
Adjacent sequences: A082277 A082278 A082279 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|