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!)
A322820 a(n) = A052126(n) * A006530(A052126(n)). 4
1, 1, 1, 4, 1, 4, 1, 8, 9, 4, 1, 8, 1, 4, 9, 16, 1, 18, 1, 8, 9, 4, 1, 16, 25, 4, 27, 8, 1, 18, 1, 32, 9, 4, 25, 36, 1, 4, 9, 16, 1, 18, 1, 8, 27, 4, 1, 32, 49, 50, 9, 8, 1, 54, 25, 16, 9, 4, 1, 36, 1, 4, 27, 64, 25, 18, 1, 8, 9, 50, 1, 72, 1, 4, 75, 8, 49, 18, 1, 32, 81, 4, 1, 36, 25, 4, 9, 16, 1, 54, 49, 8, 9, 4, 25, 64, 1, 98, 27, 100, 1, 18, 1, 16, 75 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A052126(n) * A006530(A052126(n)).
a(n) = A122111(A000265(A122111(n))).
A052126(a(n)) = A052126(n).
a(n) <= n.
For all n > 1, A010051(n) + A319988(a(n)) = 1.
PROG
(PARI) A322820(n) = if(isprime(n), 1, if(1>=omega(n), n, my(f=factor(n), y=#f~); if(1==f[y, 2], f[y, 2] = 0; f[y-1, 2]++); factorback(f)));
(PARI)
A006530(n) = if(n>1, vecmax(factor(n)[, 1]), 1);
A052126(n) = (n/A006530(n));
(PARI)
A000265(n) = (n>>valuation(n, 2));
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)));
CROSSREFS
Cf. A000265, A006530, A052126, A070003 (positions where a(n) = n for n > 1), A122111, A319988, A322813, A322819, A322826 (restricted growth sequence transform).
Sequence in context: A368921 A322819 A089655 * A097936 A277027 A354969
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 27 2018
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)