A250270 Products of terms of A003418.
1, 2, 4, 6, 8, 12, 16, 24, 32, 36, 48, 60, 64, 72, 96, 120, 128, 144, 192, 216, 240, 256, 288, 360, 384, 420, 432, 480, 512, 576, 720, 768, 840, 864, 960, 1024, 1152, 1296, 1440, 1536, 1680, 1728, 1920, 2048, 2160, 2304, 2520, 2592, 2880, 3072, 3360, 3456
Offset: 1
Keywords
Examples
720 = 2*6*60 = 12*60. Since 2, 6, 12 and 60 are all terms of A003418, 720 is a term of this sequence.
Links
- Michel Marcus, Table of n, a(n) for n = 1..5000
Crossrefs
Programs
-
PARI
f(n) = lcm(vector(n, i, i)); \\ A003418 mul(x,y) = x*y; lista(nn) = {my(v = vector(nn, k, f(k)), lim = f(nn+1), ok = 0, nv); while (!ok, nv = select(x->(x
Michel Marcus, May 09 2021
Comments