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!)
A325943 a(n) = floor(n / omega(n)) where omega = A001221. 1
2, 3, 4, 5, 3, 7, 8, 9, 5, 11, 6, 13, 7, 7, 16, 17, 9, 19, 10, 10, 11, 23, 12, 25, 13, 27, 14, 29, 10, 31, 32, 16, 17, 17, 18, 37, 19, 19, 20, 41, 14, 43, 22, 22, 23, 47, 24, 49, 25, 25, 26, 53, 27, 27, 28, 28, 29, 59, 20, 61, 31, 31, 64, 32, 22, 67, 34, 34, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
EXAMPLE
a(2) = 2; 2 has one distinct prime divisor {2}, so a(2) = floor(2/1) = 2.
a(10) = 5; 10 has two distinct prime divisors {2,5}, so a(10) = floor(10/2) = 5.
a(15) = 7; 15 has two distinct prime divisors {3,5}, so a(15) = floor(15/2) = 7.
PROG
(SageMath)
[ n // (len(prime_divisors(n))) for n in range(2, 20) ]
CROSSREFS
Sequence in context: A327393 A217434 A322035 * A295126 A235602 A304180
KEYWORD
nonn
AUTHOR
Hauke Löffler, Sep 09 2019
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)