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!)
A325660 Number of ones in the q-signature of n. 6

%I #5 May 13 2019 08:11:44

%S 0,1,2,0,3,1,1,0,0,2,4,1,2,1,1,0,2,0,1,2,2,3,1,1,0,2,0,1,3,1,5,0,2,2,

%T 3,0,2,1,1,2,3,2,2,3,1,1,2,1,0,0,3,2,1,0,1,1,2,3,3,1,1,4,1,0,2,2,2,2,

%U 1,3,3,0,3,2,0,1,4,1,4,2,0,3,2,2,4,2,2

%N Number of ones in the q-signature of n.

%C Every positive integer has a unique q-factorization (encoded by A324924) into factors q(i) = prime(i)/i, i > 0. For example:

%C 11 = q(1) q(2) q(3) q(5)

%C 50 = q(1)^3 q(2)^2 q(3)^2

%C 360 = q(1)^6 q(2)^3 q(3)

%C Then a(n) is the number of factors of multiplicity one in the q-factorization of n.

%C Also the number of rooted trees appearing only once in the multiset of terminal subtrees of the rooted tree with Matula-Goebel number n.

%t difac[n_]:=If[n==1,{},With[{i=PrimePi[FactorInteger[n][[1,1]]]},Sort[Prepend[difac[n*i/Prime[i]],i]]]];

%t Table[Count[Length/@Split[difac[n]],1],{n,100}]

%Y Cf. A001694, A055231, A056169, A056239, A112798, A118914, A124010.

%Y Matula-Goebel numbers: A007097, A061775, A109129, A196050, A317713, A324968.

%Y q-factorization: A324922, A324923, A324924, A325614, A325661.

%K nonn

%O 1,3

%A _Gus Wiseman_, May 13 2019

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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)