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

%I #22 Dec 28 2018 10:02:42

%S 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,

%T 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,

%U 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

%N a(n) = A052126(n) * A006530(A052126(n)).

%H Antti Karttunen, <a href="/A322820/b322820.txt">Table of n, a(n) for n = 1..16384</a>

%H Antti Karttunen, <a href="/A322820/a322820.txt">Data supplement: n, a(n) computed for n = 1..100000</a>

%F a(n) = A052126(n) * A006530(A052126(n)).

%F a(n) = A122111(A000265(A122111(n))).

%F A052126(a(n)) = A052126(n).

%F a(n) <= n.

%F For all n > 1, A010051(n) + A319988(a(n)) = 1.

%o (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)));

%o (PARI)

%o A006530(n) = if(n>1, vecmax(factor(n)[, 1]), 1);

%o A052126(n) = (n/A006530(n));

%o A322820(n) = A052126(n)*A006530(A052126(n));

%o (PARI)

%o A000265(n) = (n>>valuation(n, 2));

%o 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)};

%o A122111(n) = if(1==n,n,prime(bigomega(n))*A122111(A064989(n)));

%o A322820(n) = A122111(A000265(A122111(n)));

%Y Cf. A000265, A006530, A052126, A070003 (positions where a(n) = n for n > 1), A122111, A319988, A322813, A322819, A322826 (restricted growth sequence transform).

%K nonn

%O 1,4

%A _Antti Karttunen_, Dec 27 2018

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 July 14 01:31 EDT 2024. Contains 374290 sequences. (Running on oeis4.)