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!)
A072500 Product of divisors of n which are >= n^(1/2). 16

%I #5 Dec 05 2013 19:55:21

%S 1,2,3,8,5,18,7,32,27,50,11,288,13,98,75,512,17,972,19,1000,147,242,

%T 23,13824,125,338,243,2744,29,27000,31,4096,363,578,245,419904,37,722,

%U 507,64000,41,86436,43,10648,6075,1058,47,1769472,343,12500,867,17576,53

%N Product of divisors of n which are >= n^(1/2).

%C a(n) = n iff n is not a composite number.

%H Harvey P. Dale, <a href="/A072500/b072500.txt">Table of n, a(n) for n = 1..1000</a>

%e The divisors of 20 are 1, 2, 4, 5, 10 and 20. a(20) = 5*10*20= 1000.

%t Table[Times @@ Select[Divisors[n], # >= Sqrt[n] &], {n, 1, 55}]

%Y Cf. A072499, A072501 & A070038.

%K nonn

%O 1,2

%A _Amarnath Murthy_, Jul 20 2002

%E Edited by _Robert G. Wilson v_, Jul 22 2002

%E Corrected a(16) by Harvey P. Dale, Oct 06 2011

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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)