A084343 Duplicate of A083907.
1, 2, 6, 6, 30, 30, 420, 420, 420, 420, 4620, 4620, 60060, 60060, 60060, 60060
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a(n) = {if (n == 1, return (1)); if (n == 2, return (2)); f = factor((n-1)!); prod(i=1, #f~, f[i,1]);} \\ Michel Marcus, Aug 30 2013
a(n) = if(n==2, 2, prod(i=1,primepi(n-1),prime(i))) \\ Jeppe Stig Nielsen, Nov 04 2018