login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081063 Number of numbers <= n that are 3-smooth or prime powers. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 10, 11, 12, 12, 12, 13, 14, 15, 16, 16, 16, 16, 17, 18, 19, 19, 20, 20, 21, 21, 22, 23, 23, 23, 23, 24, 25, 25, 25, 25, 26, 26, 27, 27, 27, 27, 28, 29, 30, 30, 30, 30, 31, 32, 32, 32, 32, 32, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 36, 37, 38, 39 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = #{A081061(k): 1<=k<=n}.
LINKS
FORMULA
a(n)=A071521(n)+A065515(n)-A000523(n)-A062153(n)+1.
MATHEMATICA
Accumulate[Table[If[PrimePowerQ[n]||Max[FactorInteger[n][[All, 1]]]<5, 1, 0], {n, 80}]] (* Harvey P. Dale, Nov 29 2020 *)
CROSSREFS
Sequence in context: A128635 A353024 A100637 * A081304 A137721 A245339
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 04 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)