|
Search: id:A111059
|
|
|
| A111059 |
|
Product{k=1 to n} (A005117(k)), the product of the first n squarefree positive integers. |
|
+0 2
|
|
| 1, 2, 6, 30, 180, 1260, 12600, 138600, 1801800, 25225200, 378378000, 6432426000, 122216094000, 2566537974000, 56463835428000, 1298668214844000, 33765373585944000, 979195833992376000, 29375875019771280000
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
EXAMPLE
|
Since the first 6 squarefree positive integers are 1, 2, 3, 5, 6, 7, the 6th term of the sequence is 1*2*3*5*6*7 = 1260.
|
|
PROGRAM
|
(PARI) m=30; k=1; for(n=1, m, if(issquarefree(n), print1(k=k*n, ", ")))
|
|
CROSSREFS
|
Cf. A005117.
Sequence in context: A057221 A127115 A096769 this_sequence A009645 A112385 A078700
Adjacent sequences: A111056 A111057 A111058 this_sequence A111060 A111061 A111062
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet Oct 07 2005
|
|
EXTENSIONS
|
More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 08 2005
|
|
|
Search completed in 0.002 seconds
|