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!)
A304776 A weakening function. a(n) = n / A007947(n)^(A051904(n) - 1) where A007947 is squarefree kernel and A051904 is minimum prime exponent. 3
1, 2, 3, 2, 5, 6, 7, 2, 3, 10, 11, 12, 13, 14, 15, 2, 17, 18, 19, 20, 21, 22, 23, 24, 5, 26, 3, 28, 29, 30, 31, 2, 33, 34, 35, 6, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 7, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 2, 65, 66, 67, 68, 69, 70, 71, 12, 73, 74, 75, 76, 77, 78, 79, 80, 3, 82, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This function takes powerful numbers (A001694) to weak numbers (A052485) and leaves weak numbers unchanged.
First differs from A052410 at a(72) = 12, A052410(72) = 72.
LINKS
FORMULA
a(n) = n / A354090(n). - Antti Karttunen, May 19 2022
MATHEMATICA
spr[n_]:=Module[{f, m}, f=FactorInteger[n]; m=Min[Last/@f]; n/Times@@First/@f^(m-1)];
Array[spr, 100]
PROG
(PARI)
A007947(n) = factorback(factorint(n)[, 1]);
A051904(n) = if((1==n), 0, vecmin(factor(n)[, 2]));
A304776(n) = (n/(A007947(n)^(A051904(n)-1))); \\ Antti Karttunen, May 19 2022
CROSSREFS
Sequence in context: A166140 A019555 A243074 * A052410 A327501 A175781
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 18 2018
EXTENSIONS
Data section extended up to a(83) by Antti Karttunen, May 19 2022
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)