The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A110901 Product_{k=1..n} (A013929(k)), the product of the first n positive integers that are each divisible by at least one square >= 4. 0

%I #13 Dec 31 2022 18:52:28

%S 4,32,288,3456,55296,995328,19906560,477757440,11943936000,

%T 322486272000,9029615616000,288947699712000,10402117189632000,

%U 416084687585280000,18307726253752320000,823847681418854400000,39544688708105011200000

%N Product_{k=1..n} (A013929(k)), the product of the first n positive integers that are each divisible by at least one square >= 4.

%e Since 4, 8, 9 and 12 are the first 4 nonsquarefree positive integers, the fourth term of the sequence is 4*8*9*12 = 3456.

%t Rest[ FoldList[ Times, 1, Select[ Range[2, 48], (Union[Last /@ FactorInteger[ # ]][[ -1]] > 1) == True &]]] (* _Robert G. Wilson v_ *)

%t FoldList[Times,Select[Range[50],!SquareFreeQ[#]&]] (* _Harvey P. Dale_, Dec 31 2022 *)

%o (PARI) a=1;for(n=1,48,if(!issquarefree(n),print1(a=a*n,",")))

%Y Cf. A013929, A111059.

%K nonn

%O 1,1

%A _Leroy Quet_, Oct 09 2005

%E More terms from _Klaus Brockhaus_ and _Robert G. Wilson v_, Oct 11 2005

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 May 18 11:53 EDT 2024. Contains 372630 sequences. (Running on oeis4.)