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!)
A069345 n minus the number of its prime-factors: a(n) = n - A001222(n). 11
1, 1, 2, 2, 4, 4, 6, 5, 7, 8, 10, 9, 12, 12, 13, 12, 16, 15, 18, 17, 19, 20, 22, 20, 23, 24, 24, 25, 28, 27, 30, 27, 31, 32, 33, 32, 36, 36, 37, 36, 40, 39, 42, 41, 42, 44, 46, 43, 47, 47, 49, 49, 52, 50, 53, 52, 55, 56, 58, 56, 60, 60, 60, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Prime factors are counted with multiplicity. [Harvey P. Dale, Sep 20 2011]
LINKS
MATHEMATICA
Table[n-PrimeOmega[n], {n, 70}] (* Harvey P. Dale, Sep 20 2011 *)
PROG
(PARI) a(n) = n - bigomega(n); \\ Michel Marcus, Apr 08 2018
(Magma) [n eq 1 select 1 else n-(&+[p[2]: p in Factorization(n)]): n in [1..100]]; // Vincenzo Librandi, Apr 09 2018
CROSSREFS
Sequence in context: A048275 A211508 A109874 * A341948 A347661 A007730
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 18 2002
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 May 7 02:00 EDT 2024. Contains 372298 sequences. (Running on oeis4.)