cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A099996 a(n) = lcm{1, 2, ..., 2*n}.

Original entry on oeis.org

1, 2, 12, 60, 840, 2520, 27720, 360360, 720720, 12252240, 232792560, 232792560, 5354228880, 26771144400, 80313433200, 2329089562800, 144403552893600, 144403552893600, 144403552893600, 5342931457063200, 5342931457063200
Offset: 0

Views

Author

N. J. A. Sloane, Nov 20 2004

Keywords

Comments

The prime number theorem implies that a(n) = e^(2n(1+o(1))) as n -> infinity. In other words, log(a(n))/n -> 2 as n -> infinity. (Sondow)

Examples

			The LCM of {1,2,3,4,5,6} is 60 and 6 = 2*3, so a(3) = 60.
		

Crossrefs

Bisection of A003418.
Cf. A051173.

Programs

Extensions

More terms from Jonathan Sondow, Jan 17 2005