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!)
A143273 Triangle read by rows: A127648 * A000012 * A130209. 1
1, 2, 4, 3, 6, 6, 4, 8, 8, 12, 5, 10, 10, 15, 10, 6, 12, 12, 18, 12, 24, 7, 14, 14, 21, 14, 28, 14, 8, 16, 16, 24, 16, 32, 16, 32, 9, 18, 18, 27, 18, 36, 18, 36, 27, 10, 20, 20, 30, 20, 40, 20, 40, 30, 40, 11, 22, 22, 33, 22, 44, 22, 44, 33, 44, 22 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A143274: (1, 6, 15, 32, 50, 84, ...).
LINKS
FORMULA
T(n,k) = n*d(k).
EXAMPLE
First few rows of the triangle =
1;
2, 4;
3, 6, 6;
4, 8, 8, 12;
5, 10, 10, 15, 10;
6, 12, 12, 18, 12, 24;
7, 14, 14, 21, 14, 28, 14;
8, 16, 16, 24, 16, 32, 16, 32;
...
T(6,3) = 12 = 6*d(3) = 6*2, where A000005 = d(k) = (1, 2, 3, 2, 2, 4, 2, 4, 3, ...).
PROG
(PARI) tabl(nn) = for (n=1, nn, for (k=1, n, print1(n*numdiv(k), ", "))); \\ Michel Marcus, Mar 19 2016
CROSSREFS
Sequence in context: A091850 A332450 A245454 * A141429 A309131 A162953
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 03 2008
EXTENSIONS
a(48) = 20 inserted by Georg Fischer, Jun 05 2023
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)