A368325 Union of primorials and powers of 2.
1, 2, 4, 6, 8, 16, 30, 32, 64, 128, 210, 256, 512, 1024, 2048, 2310, 4096, 8192, 16384, 30030, 32768, 65536, 131072, 262144, 510510, 524288, 1048576, 2097152, 4194304, 8388608, 9699690, 16777216, 33554432, 67108864, 134217728, 223092870, 268435456, 536870912, 1073741824
Offset: 1
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..3671
Crossrefs
Programs
-
Mathematica
Union@ Flatten@ {#, 2^Range[Log2[Last[#] ] ] } &@ FoldList[Times, 1, Prime@ Range[nn]]
Comments