A329558 Product of primes indexed by the first n squarefree numbers.
1, 2, 6, 30, 330, 4290, 72930, 2114970, 65564070, 2688126870, 115589455410, 5432704404270, 320529559851930, 21475480510079310, 1567710077235789630, 123849096101627380770, 10279474976435072603910, 1038226972619942332994910, 113166740015573714296445190, 12787841621759829715498306470
Offset: 0
Keywords
Examples
The sequence of terms together with their corresponding systems begins: 1: {} 2: {{}} 6: {{},{1}} 30: {{},{1},{2}} 330: {{},{1},{2},{3}} 4290: {{},{1},{2},{3},{1,2}} 72930: {{},{1},{2},{3},{1,2},{4}} 2114970: {{},{1},{2},{3},{1,2},{4},{1,3}}
Links
- Jinyuan Wang, Table of n, a(n) for n = 0..100
Crossrefs
Programs
-
Mathematica
sqvs=Select[Range[30],SquareFreeQ]; Table[Times@@Prime/@Take[sqvs,k],{k,0,Length[sqvs]}]
Extensions
a(19) from Jinyuan Wang, Feb 24 2020
Comments