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!)
A241083 LCM of n and largest integer <= sqrt(n). 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = n iff n is in A006446. - Ivan Neretin, Apr 27 2017
LINKS
FORMULA
a(n) = lcm(n, floor(sqrt(n))) = lcm(n, A000196(n)). - Wesley Ivan Hurt, Apr 15 2014
EXAMPLE
a(18) cannot be 18 because 18 is not a multiple of 4, the largest integer <= sqrt(18).
MAPLE
A241083:= n-> ilcm(n, floor(sqrt(n))): seq(A241083(n), n=1..50); # Wesley Ivan Hurt, Apr 15 2014
MATHEMATICA
Table[LCM[n, Floor[Sqrt[n]]], {n, 50}] (* Wesley Ivan Hurt, Apr 15 2014 *)
CROSSREFS
A179204 is a sequence that can be defined in terms of this sequence.
Cf. A000196.
Sequence in context: A087548 A353959 A111619 * A334463 A143178 A084190
KEYWORD
nonn,look,easy
AUTHOR
J. Lowell, Apr 15 2014
EXTENSIONS
Extended by Wesley Ivan Hurt, Apr 15 2014
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 April 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)