|
Search: id:A071521
|
|
|
| A071521 |
|
Number of 3-smooth numbers <= n. |
|
+0 7
|
|
| 1, 2, 3, 4, 4, 5, 5, 6, 7, 7, 7, 8, 8, 8, 8, 9, 9, 10, 10, 10, 10, 10, 10, 11, 11, 11, 12, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
A 3-smooth number is a number of the form 2^x*3^y (x,y) >= 0.
|
|
REFERENCES
|
Bruce C. Berndt and Robert A. Rankin, "Ramanujan : letters and commentary", History of Mathematics Volume 9, AMS-LMS, p. 23, p. 35
M. Haussman and H. N. Shapiro,"On Ramanujan right triangle conjecture", Comm. Pure Appl. Math. 42 (1989), 885-889
A. M. Ostrowski, "Bemerkungen zur Theorie der Diophantischen Approximationen", Abh. Math. Sem. Univ. Hamburg 1 (1922), 77-98; 250-251.
|
|
FORMULA
|
a(n) = Card{ k | A003586(k) <= n } Asymptotically : let a=1/(2log(2)log(3)) b=sqrt(6) then from Ramanujan a(n) ~ alog(2n)log(3n) or equivalently a(n) ~ alog(bn)^2
A022331(n) = a(A000079(n)); A022330(n) = a(A000244(n)). - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), May 09 2006
a(n)=sum(k=1,n,mu(6k)*floor(n/k)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 14 2007
|
|
PROGRAM
|
(PARI) for(n=1, 100, print1(sum(k=1, n, if(sum(i=3, n, if(k%prime(i), 0, 1)), 0, 1)), ", "))
(PARI) a(n)=sum(k=1, n, moebius(2*3*k)*floor(n/k)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 14 2007
|
|
CROSSREFS
|
Cf. A003586.
Sequence in context: A047784 A047742 A050292 this_sequence A039733 A005374 A071991
Adjacent sequences: A071518 A071519 A071520 this_sequence A071522 A071523 A071524
|
|
KEYWORD
|
easy,nice,nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 02 2002
|
|
|
Search completed in 0.002 seconds
|