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!)
A305891 Filter sequence combining 2-adic valuation (A007814) and the prime signature (A046523) of n. 10

%I #7 Jun 14 2018 20:26:31

%S 1,2,3,4,3,5,3,6,7,5,3,8,3,5,9,10,3,11,3,8,9,5,3,12,7,5,13,8,3,14,3,

%T 15,9,5,9,16,3,5,9,12,3,14,3,8,17,5,3,18,7,11,9,8,3,19,9,12,9,5,3,20,

%U 3,5,17,21,9,14,3,8,9,14,3,22,3,5,17,8,9,14,3,18,23,5,3,20,9,5,9,12,3,24,9,8,9,5,9,25,3,11,17,16,3,14,3,12,26,5,3,27,3

%N Filter sequence combining 2-adic valuation (A007814) and the prime signature (A046523) of n.

%C Restricted growth sequence transform of A286161, of the ordered pair [A007814(n), A046523(n)].

%C For all i, j: a(i) = a(j) => A291761(i) = A291761(j).

%H Antti Karttunen, <a href="/A305891/b305891.txt">Table of n, a(n) for n = 1..65537</a>

%o (PARI)

%o up_to = 65537;

%o rgs_transform(invec) = { my(om = Map(), outvec = vector(length(invec)), u=1); for(i=1, length(invec), if(mapisdefined(om,invec[i]), my(pp = mapget(om, invec[i])); outvec[i] = outvec[pp] , mapput(om,invec[i],i); outvec[i] = u; u++ )); outvec; };

%o A007814(n) = valuation(n,2);

%o A046523(n) = { my(f=vecsort(factor(n)[, 2], , 4), p); prod(i=1, #f, (p=nextprime(p+1))^f[i]); }; \\ From A046523

%o Aux305891(n) = [A007814(n), A046523(n)];

%o v305891 = rgs_transform(vector(up_to,n,Aux305891(n)));

%o A305891(n) = v305891[n];

%Y Cf. A286161, A291761, A305801.

%Y Cf. also A305893.

%K nonn

%O 1,2

%A _Antti Karttunen_, Jun 14 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 April 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)