A325782 Heinz numbers of strict perfect integer partitions.
1, 2, 6, 42, 798, 42294, 5540514, 1723099854, 1238908795026, 2005793339147094, 7363267348008982074, 60091624827101302705914, 1073416694286510570235741782, 41726927156999525396773990291686, 3505771238949629125260760342336582662
Offset: 1
Keywords
Examples
The sequence of terms together with their prime indices begins: 1: {} 2: {1} 6: {1,2} 42: {1,2,4} 798: {1,2,4,8} 42294: {1,2,4,8,16}
Crossrefs
Programs
-
Mathematica
Table[Times@@Prime[2^Range[0,n-1]],{n,0,10}]
Formula
a(n) = Product_{i = 0..n-1} prime(2^i).
Comments