A239350 Superprimorials squared.
1, 4, 144, 129600, 5715360000, 30497732496000000, 27502882612852046400000000, 7167813920637790505994548640000000000, 674376505248717910810215697948155164304000000000000, 33564007734235791949707248640534383334045138980782017600000000000000
Offset: 0
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..27
Programs
-
Mathematica
Rest[FoldList[Times, 1, FoldList[Times, 1, Prime[Range[9]]^2]]]
Formula
a(n) = Product_{k=1..n} A002110(k)^2 = Product_{k=1..n} prime(k)^(2(n-k+1)).
Comments