A080404 a(n)=A007947[A055932(n)]; the sequence consists of primorial numbers;.
2, 2, 6, 2, 6, 2, 6, 6, 30, 2, 6, 6, 6, 30, 2, 6, 30, 6, 6, 30, 2, 6, 30, 6, 30, 6, 210, 6, 30, 2, 30, 6, 30, 6, 30, 6, 210, 6, 30, 30, 6, 2, 30, 6, 30, 210, 6, 30, 30, 6, 30, 210, 6, 30, 30, 6, 2, 210, 30, 6, 30, 210, 6, 30, 30, 6, 210, 30, 6, 30, 210, 6, 30, 210, 30, 6, 2, 210, 30, 30, 6
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
With[{P = FoldList[Times, Prime@ Range@ Max@ #]}, Map[P[[#]] &, #]] &@ Map[PrimeNu@ # &, Select[Range[10^4], Last[#] == Length[#] &@ PrimePi@ FactorInteger[#][[All, 1]] &]] (* Michael De Vlieger, Feb 06 2020 *)