A083720 Product of the primes less than the greatest prime factor of n but not dividing n.
1, 1, 2, 1, 6, 1, 30, 1, 2, 3, 210, 1, 2310, 15, 2, 1, 30030, 1, 510510, 3, 10, 105, 9699690, 1, 6, 1155, 2, 15, 223092870, 1, 6469693230, 1, 70, 15015, 6, 1, 200560490130, 255255, 770, 3, 7420738134810, 5, 304250263527210, 105, 2, 4849845
Offset: 1
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..2376
Crossrefs
Programs
-
Mathematica
Array[Times @@ Complement[Prime@ Range@ PrimePi@ Last[#], #] &[FactorInteger[#][[All, 1]]] &, 46] (* Michael De Vlieger, Apr 09 2024 *)
Formula
Extensions
Edited by Peter Munn, Apr 09 2024
Comments