login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082998 a(n) = card{ x <= n : omega(x) = 3 }. 0
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 10 (list; graph; refs; listen; history; internal format)
OFFSET

1,42

REFERENCES

G. Tenenbaum, Introduction a la theorie analytique et probabiliste des nombres, p. 203, Publications de l'Institut Cartan,1990.

FORMULA

a(n) ~ (1/2)*(n/log(n))*log(log(n))^2

PROG

(PARI) a(n)=sum(i=1, n, if(omega(i)-3, 0, 1))

CROSSREFS

Cf. A025528, A072000.

Sequence in context: A062153 A204560 A135661 * A076620 A121900 A056811

Adjacent sequences:  A082995 A082996 A082997 * A082999 A083000 A083001

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 30 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:25 EST 2012. Contains 205777 sequences.