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!)
A331170 a(n) = min(n, A122111(n)), where A122111 conjugates the prime factorization of n. 5
1, 2, 3, 3, 5, 6, 7, 5, 9, 10, 11, 10, 13, 14, 15, 7, 17, 15, 19, 20, 21, 22, 23, 14, 25, 26, 25, 28, 29, 30, 31, 11, 33, 34, 35, 21, 37, 38, 39, 28, 41, 42, 43, 44, 45, 46, 47, 22, 49, 45, 51, 52, 53, 35, 55, 56, 57, 58, 59, 42, 61, 62, 63, 13, 65, 66, 67, 68, 69, 70, 71, 33, 73, 74, 75, 76, 77, 78, 79, 44, 49, 82, 83, 84, 85, 86, 87, 88, 89, 70, 91, 92, 93, 94, 95, 26, 97, 98, 99, 63 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For all i, j:
a(i) = a(j) => A056239(i) = A056239(j),
a(i) = a(j) => A243503(i) = A243503(j).
LINKS
PROG
(PARI)
A064989(n) = {my(f); f = factor(n); if((n>1 && f[1, 1]==2), f[1, 2] = 0); for (i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f)};
A122111(n) = if(1==n, n, prime(bigomega(n))*A122111(A064989(n)));
A331170(n) = min(n, A122111(n));
CROSSREFS
Sequence in context: A055653 A155918 A344705 * A325183 A343247 A097248
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 12 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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)