proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
(Magma) [&*[Factorial(k) / &*[d: d in Divisors(k)]: k in [1..n]]: n in [1..100]];
approved
editing
(MAGMAMagma) [&*[Factorial(k) / &*[d: d in Divisors(k): k in [1..n]]: n in [1..100]]
proposed
approved
editing
proposed
FoldList[#1 #2 &, Table[Times @@ Complement[Range@ n, Divisors@ n], {n, 14}]] (* Michael De Vlieger, Jan 09 2017 *)
proposed
editing
editing
proposed
allocated for Jaroslav KrizekPartial products of A055067.
1, 1, 2, 6, 144, 2880, 2073600, 1306368000, 17557585920000, 637129677864960000, 2312016175036366848000000, 640890883720080890265600000000, 306987758727332698566646824960000000000, 136544225638605874463902854662848512000000000000
1,3
A055067(n) = the product of non-divisors of n.
a(n) = Product_{i=1..n} A055067(i).
(MAGMA) [&*[Factorial(k) / &*[d: d in Divisors(k): k in [1..n]]: n in [1..100]]
allocated
nonn
Jaroslav Krizek, Jan 07 2017
approved
editing
allocated for Jaroslav Krizek
allocated
approved