OFFSET
0,1
COMMENTS
Bob Marshall calls these the "holotomic numbers" and opines: "This sequence, aptly designated as the Holotomic Sequence, represents the minimal plural quantities that accommodate the maximum amount of consecutive factors." Thus this can be seen as a version of A051451. - Charles R Greathouse IV, Jan 12 2012
If we were to take the maximum number of consecutive factors as the definition, the sequence would be prefixed with 1, 2, 6. - Franklin T. Adams-Watters, Jun 13 2015
LINKS
MATHEMATICA
12*FoldList[ #1*Prime[ #2 ]&, 1, Range[ 20 ] ]
PROG
(PARI) a(n)=12*prod(i=1, n, prime(i)); \\ Charles R Greathouse IV, Jan 12 2012
(Magma) [12] cat [12*&*[NthPrime(i):i in [1..n]]:n in [1..17]]; // Marius A. Burtea, Feb 11 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Bob Marshall, 1811 California St., Eureka CA 95501.
EXTENSIONS
More terms from James A. Sellers, Sep 19 2000
STATUS
approved