Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071520
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071520 Number of 5-smooth numbers less than n. +0
5
1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 10, 10, 11, 12, 12, 13, 13, 14, 14, 14, 14, 15, 16, 16, 17, 17, 17, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 21, 22, 22, 22, 23, 23, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 27, 27, 27, 27, 28, 28 (list; graph; listen)
OFFSET

1,2

COMMENT

A 5-smooth number is a number of the form 2^x*3^y*5^z (x,y,z) >= 0.

FORMULA

a(n) = Card{ k | A051037(k) <= n } Asymptotically : let a=1/(6log(2)log(3)log(5)) b=sqrt(30) then a(n)=alog(bn)^3 + 0(log(n))

a(n)=-sum(k=1,n,mu(30k)*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=4, n, if(k%prime(i), 0, 1)), 0, 1)), ", "))

(PARI) a(n)=-sum(k=1, n, moebius(2*3*5*k)*floor(n/k)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 14 2007

CROSSREFS

Cf. A051037.

Cf. A112751.

Sequence in context: A086419 A025548 A121604 this_sequence A099848 A082287 A006164

Adjacent sequences: A071517 A071518 A071519 this_sequence A071521 A071522 A071523

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 02 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research