|
| |
|
|
A061149
|
|
Smallest number whose number of divisors = n-th primorial (A002110).
|
|
4
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| The n-th term is divisible by the product of first n primorial numbers (A006939(n)), the n-th Chernoff-number. Also the numbers are refactorable (A033950).
The formula computes a(n) correctly. [From T. D. Noe (noe(AT)sspectra.com), May 17 2010]
|
|
|
FORMULA
| The n-th term is constructed as a product of special powers of the first n prime, as follows: a(n)=Product[ p(j)^[p(n-j+1)-1] ], j=1...n
|
|
|
EXAMPLE
| a(1)=2 a(2)=(2^2)*(3^1)=12, a(3)=(2^4)*(3^2)*(5^1)=720 .... a(7)=(2^16)*(3^12)*(5^10)*(7^6)*(11^4)*(13^2)*(17^1)= 1683176415906545239680000000000. a(7) is divisible with the product of the first 7 primorial numbers(=A006939(7)): a(7)/2677277333530800000=628689600000.
|
|
|
CROSSREFS
| Cf. A002110, A006939, A000005, A005179, A033950.
Sequence in context: A173104 A141770 A060055 * A191555 A129933 A064320
Adjacent sequences: A061146 A061147 A061148 * A061150 A061151 A061152
|
|
|
KEYWORD
| nice,nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu), May 30 2001
|
| |
|
|