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.

A071224 LCM of n and n-th composite number.

Original entry on oeis.org

4, 6, 24, 36, 10, 12, 14, 120, 144, 90, 220, 84, 286, 168, 75, 208, 459, 252, 570, 160, 231, 374, 805, 72, 950, 78, 1080, 84, 1276, 90, 1426, 96, 1617, 850, 1785, 468, 1998, 2090, 2184, 2280, 2378, 420, 2666, 2772, 2880, 2990, 3102, 816, 3381
Offset: 1

Views

Author

Amarnath Murthy, May 17 2002

Keywords

Examples

			a(10)=90 as 18 is the 10th composite number and 10*18/gcd(10,18)=10*18/2=90.
		

Programs

  • Mathematica
    Module[{nn=100,cmps},cmps=Select[Range[nn],CompositeQ];LCM@@@Thread[ {Range[ Length[ cmps]],cmps}]] (* Harvey P. Dale, Jul 21 2024 *)

Formula

a(n) = n*A002808(n)/A064814(n). - Lior Manor, Jun 02 2002

Extensions

More terms from Reinhard Zumkeller, May 28 2002
More terms from Lior Manor, Jun 02 2002