login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A250270 Products of terms of A003418. 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Includes all factorials and Jordan-Polya numbers, since n! = Product_{i = 1..n} A003418(floor(n/i)) for positive n.
LINKS
EXAMPLE
720 = 2*6*60 = 12*60. Since 2, 6, 12 and 60 are all terms of A003418, 720 is a term of this sequence.
PROG
(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<lim), setbinop(mul, v)); ok = (#v == #nv); v = nv; ); v; }
lista(30); \\ to get 5000 terms; Michel Marcus, May 09 2021
CROSSREFS
Range of values of A253139. Subsequences include A000142, A001013, A001813, A025527, A064350, A166338, A250569.
Subsequence of A025487.
Sequence in context: A344385 A070175 A096850 * A062847 A001013 A115746
KEYWORD
nonn
AUTHOR
Matthew Vandermast, Dec 16 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)