|
Search: id:A076082
|
|
|
| A076082 |
|
Consider all composite numbers between prime(n) and prime(n+1); take those with greatest number of divisors; a(n) is the smallest of them. |
|
+0 4
|
|
| 4, 6, 8, 12, 16, 18, 20, 24, 30, 36, 40, 42, 44, 48, 54, 60, 66, 70, 72, 78, 80, 84, 90, 100, 102, 104, 108, 112, 120, 128, 132, 138, 144, 150, 156, 160, 165, 168, 176, 180, 182, 192, 196, 198, 210, 216, 224, 228, 230, 234, 240, 246, 252, 260, 264, 270, 276, 280
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
PROGRAM
|
(PARI) for(n=2, 100, m=0:r=0:for(k=prime(n)+1, prime(n+1)-1, if(!isprime(k), if(numdiv(k)>m, r=k:m=numdiv(k)))):print1(r", "))
|
|
CROSSREFS
|
Cf. A076083.
Sequence in context: A157932 A097619 A113709 this_sequence A162648 A062554 A020225
Adjacent sequences: A076079 A076080 A076081 this_sequence A076083 A076084 A076085
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 07 2002
|
|
EXTENSIONS
|
Corrected and extended by Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 23 2003
|
|
|
Search completed in 0.002 seconds
|