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.

A217858 Odd part of lcm(1,2,3,...,n).

Original entry on oeis.org

1, 1, 3, 3, 15, 15, 105, 105, 315, 315, 3465, 3465, 45045, 45045, 45045, 45045, 765765, 765765, 14549535, 14549535, 14549535, 14549535, 334639305, 334639305, 1673196525, 1673196525, 5019589575, 5019589575, 145568097675, 145568097675, 4512611027925, 4512611027925, 4512611027925
Offset: 1

Views

Author

Joerg Arndt, Oct 13 2012

Keywords

Examples

			a(8) is the least common multiple of {1,3,5,7}.
		

Crossrefs

Programs

Formula

a(n) = A000265( A003418(n) ).
a(n) = lcm_{1 <= k <= n, k odd}. - Peter Luschny, Oct 15 2012
a(n) = A025547(floor((n+1)/2)). - Georg Fischer, Nov 29 2022