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!)
A336644 a(n) = (n-rad(n)) / core(n), where rad(n) and core(n) give the squarefree kernel and squarefree part of n, respectively. 3
0, 0, 0, 2, 0, 0, 0, 3, 6, 0, 0, 2, 0, 0, 0, 14, 0, 6, 0, 2, 0, 0, 0, 3, 20, 0, 8, 2, 0, 0, 0, 15, 0, 0, 0, 30, 0, 0, 0, 3, 0, 0, 0, 2, 6, 0, 0, 14, 42, 20, 0, 2, 0, 8, 0, 3, 0, 0, 0, 2, 0, 0, 6, 62, 0, 0, 0, 2, 0, 0, 0, 33, 0, 0, 20, 2, 0, 0, 0, 14, 78, 0, 0, 2, 0, 0, 0, 3, 0, 6, 0, 2, 0, 0, 0, 15, 0, 42, 6, 90, 0, 0, 0, 3, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A066503(n) / A007913(n) = (n-A007947(n)) / A007913(n).
a(n) = A008833(n) - A336643(n).
PROG
(PARI) A336644(n) = ((n-factorback(factorint(n)[, 1])) / core(n));
(Python)
from math import prod
from sympy.ntheory.factor_ import primefactors, core
def A336644(n): return (n-prod(primefactors(n)))//core(n) # Chai Wah Wu, Dec 30 2021
CROSSREFS
Sequence in context: A076260 A245527 A287871 * A135416 A134309 A051516
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 28 2020
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)