The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A368901 The least common multiple of the first n terms of Doudna sequence, A005940. 3
1, 1, 2, 6, 12, 60, 60, 180, 360, 2520, 2520, 2520, 2520, 12600, 12600, 37800, 75600, 831600, 831600, 831600, 831600, 831600, 831600, 831600, 831600, 5821200, 5821200, 5821200, 5821200, 29106000, 29106000, 87318000, 174636000, 2270268000, 2270268000, 2270268000, 2270268000, 2270268000, 2270268000, 2270268000, 2270268000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1, and for n > 0, a(n) = lcm(A005940(n), a(n-1)).
a(0) = 1, and for n > 0, a(n) = A368900(n) * a(n-1).
PROG
(PARI)
A005940(n) = { my(p=2, t=1); n--; until(!n\=2, if((n%2), (t*=p), p=nextprime(p+1))); (t) };
A368901(n) = lcm(vector(n, i, A005940(i)));
CROSSREFS
Cf. also A003418.
Sequence in context: A343277 A341617 A083268 * A225628 A284650 A085911
KEYWORD
nonn
AUTHOR
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 June 4 21:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)