|
Search: id:A093775
|
|
|
| A093775 |
|
Smallest integers at which the value of truncated Mertens function equals the n-th primorial, the product of first n prime numbers. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
Solutions to Min{x : A088004[x]=n!}, i.e. a(n)=Min{x: A002321(x)+A000720(x)=A002110[n]}
|
|
MATHEMATICA
|
pri[x_] :=pri[x-1]*Prime[x]; pri[0]=1; s = 0; k = 1; Do[ While[s = s + MoebiusMu[k]; s + PrimePi[k] < pri[n], k++ ]; Print[k]; k++, {n, 10}]
|
|
CROSSREFS
|
Cf. A002321, A000720, A088004, A093772, A093773, A002110, A093774.
Sequence in context: A013320 A056308 A081077 this_sequence A058821 A054366 A143049
Adjacent sequences: A093772 A093773 A093774 this_sequence A093776 A093777 A093778
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), May 03 2004
|
|
|
Search completed in 0.002 seconds
|