The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A330408 Table of A(n,k) read by antidiagonals, where A(1,k)=k; A(n,k) is the least multiple of n >= A(n-1,k). 0
1, 2, 2, 3, 2, 3, 4, 4, 3, 4, 5, 4, 6, 4, 5, 6, 6, 6, 8, 5, 6, 7, 6, 6, 8, 10, 6, 7, 8, 8, 6, 8, 10, 12, 7, 8, 9, 8, 9, 8, 10, 12, 14, 8, 9, 10, 10, 9, 12, 10, 12, 14, 16, 9, 10, 11, 10, 12, 12, 15, 12, 14, 16, 18, 10, 11, 12, 12, 12, 12, 15, 18, 14, 16, 18, 20 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The main diagonal is conjectured to be A166447.
LINKS
EXAMPLE
Table begins:
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ...
2, 2, 4, 4, 6, 6, 8, 8, 10, 10, 12, 12, 14, 14, 16, ...
3, 3, 6, 6, 6, 6, 9, 9, 12, 12, 12, 12, 15, 15, 18, ...
4, 4, 8, 8, 8, 8, 12, 12, 12, 12, 12, 12, 16, 16, 20, ...
5, 5, 10, 10, 10, 10, 15, 15, 15, 15, 15, 15, 20, 20, 20, ...
6, 6, 12, 12, 12, 12, 18, 18, 18, 18, 18, 18, 24, 24, 24, ...
7, 7, 14, 14, 14, 14, 21, 21, 21, 21, 21, 21, 28, 28, 28, ...
8, 8, 16, 16, 16, 16, 24, 24, 24, 24, 24, 24, 32, 32, 32, ...
9, 9, 18, 18, 18, 18, 27, 27, 27, 27, 27, 27, 36, 36, 36, ...
MATHEMATICA
A[1, k_] := A[1, k] = k; A[n_, k_] := A[n, k] = Module[{m = 1}, While[m*n < A[n - 1, k], m++]; m*n]; Table[A[n - k + 1, k], {n, 1, 12}, {k, n, 1, -1}] // Flatten (* Amiram Eldar, Jan 03 2020 *)
CROSSREFS
Cf. A166447.
Sequence in context: A123229 A127095 A249871 * A074712 A271914 A087735
KEYWORD
nonn,tabl
AUTHOR
Ali Sada, Dec 13 2019
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 May 18 12:18 EDT 2024. Contains 372630 sequences. (Running on oeis4.)