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!)
A050325 Number of factorizations into squarefree factors indexed by prime signatures: A050320(A025487). 3

%I #18 Jun 30 2023 03:51:22

%S 1,1,1,2,1,2,1,2,5,1,3,2,6,1,3,2,6,1,3,9,2,15,4,6,1,3,10,2,21,4,6,1,3,

%T 10,2,22,4,16,6,1,13,3,35,5,10,2,22,4,19,6,1,14,3,52,41,5,10,2,22,4,

%U 20,6,1,14,3,83,42,5,26,10,2,66,17,22,4,20,55,6,6,1,14,3,93

%N Number of factorizations into squarefree factors indexed by prime signatures: A050320(A025487).

%H Amiram Eldar, <a href="/A050325/b050325.txt">Table of n, a(n) for n = 1..3300</a>

%F a(n) = A050320(A025487(n)).

%p read(transforms):

%p a050320 := BFILETOLIST("b050320.txt") :

%p for n from 1 do

%p a050325 := a050320[A025487(n)] ;

%p printf("%d %d\n",n,a050325) ;

%p end do: # _R. J. Mathar_, May 26 2017

%t a050320 = Cases[Import["https://oeis.org/A050320/b050320.txt", "Table"], {_, _}][[All, 2]];

%t lpe = {}; a025487 = {1};

%t Do[pe = Sort[FactorInteger[n][[All, 2]]]; If[FreeQ[lpe, pe], AppendTo[lpe, pe]; AppendTo[a025487, n]], {n, 2, 10^4}];

%t A050325[n_] := a050320[[a025487[[n]]]];

%t Array[A050325, 83] (* _Jean-François Alcover_, Apr 06 2020 *)

%Y Cf. A025487, A050320.

%K nonn

%O 1,4

%A _Christian G. Bower_, Oct 15 1999

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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)