A088860 Twice the primorials (first definition), 2*A002110(n).
4, 12, 60, 420, 4620, 60060, 1021020, 19399380, 446185740, 12939386460, 401120980260, 14841476269620, 608500527054420, 26165522663340060, 1229779565176982820, 65178316954380089460, 3845520700308425278140
Offset: 1
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 1..345
Programs
-
Mathematica
2*FoldList[Times, 1, Prime[Range[50]]] (* G. C. Greubel, Apr 23 2017 *)
Formula
a(n) = 2*#p(n) = 2*A002110(n).
Extensions
Corrected by G. C. Greubel, Apr 23 2017.
Edited by N. J. A. Sloane, Apr 23 2017
Comments