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.

A241083 LCM of n and largest integer <= sqrt(n).

Original entry on oeis.org

1, 2, 3, 4, 10, 6, 14, 8, 9, 30, 33, 12, 39, 42, 15, 16, 68, 36, 76, 20, 84, 44, 92, 24, 25, 130, 135, 140, 145, 30, 155, 160, 165, 170, 35, 36, 222, 114, 78, 120, 246, 42, 258, 132, 90, 138, 282, 48, 49, 350, 357, 364, 371, 378, 385, 56, 399, 406, 413, 420
Offset: 1

Views

Author

J. Lowell, Apr 15 2014

Keywords

Comments

a(n) = n iff n is in A006446. - Ivan Neretin, Apr 27 2017

Examples

			a(18) cannot be 18 because 18 is not a multiple of 4, the largest integer <= sqrt(18).
		

Crossrefs

A179204 is a sequence that can be defined in terms of this sequence.
Cf. A000196.

Programs

Formula

a(n) = lcm(n, floor(sqrt(n))) = lcm(n, A000196(n)). - Wesley Ivan Hurt, Apr 15 2014

Extensions

Extended by Wesley Ivan Hurt, Apr 15 2014