Lcm of all numbers so far: Difference between revisions

From Number
(Created page with '==Definition== Let <math>n</math> be a natural number. The '''lcm of all numbers so far''' for <math>n<math> is defined as: * The least common multiple of all numbers from <mat...')
 
No edit summary
Line 1: Line 1:
==Definition==
==Definition==


Let <math>n</math> be a natural number. The '''lcm of all numbers so far''' for <math>n<math> is defined as:
Let <math>n</math> be a natural number. The '''lcm of all numbers so far''' for <math>n</math> is defined as:


* The least common multiple of all numbers from <math>1</math> to <math>n</math>, i.e., as:
* The least common multiple of all numbers from <math>1</math> to <math>n</math>, i.e., as:

Revision as of 17:53, 3 July 2012

Definition

Let n be a natural number. The lcm of all numbers so far for n is defined as:

  • The least common multiple of all numbers from 1 to n, i.e., as:

lcm{1,2,,n}.

Behavior

The ID of the sequence in the Online Encyclopedia of Integer Sequences is A003418

Initial values

The values for n=0,1,2,3,4,5,6,7 are 1,1,2,6,12,60,60,420.

Growth

The lcm of all numbers so far has approximately exponential growth in n. Moreover, it is not strictly increasing as a function of n, and it increases in value only at prime powers. At the prime power pk, it gets multiplied by p.

It is the exponential of the second Chebyshev function. More details on the growth are to be found in the page on the second Chebyshev function.

Relation with other functions

Logarithm

The logarithm of the lcm of all numbers so far is equal to the second Chebyshev function.