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!)
A143271 Triangle read by rows: A130209 * A000012 * A127648. 1
1, 2, 4, 2, 4, 6, 3, 6, 9, 12, 2, 4, 6, 8, 10, 4, 8, 12, 16, 20, 24, 2, 4, 6, 8, 10, 12, 14, 4, 8, 12, 16, 20, 24, 28, 32, 3, 6, 9, 12, 15, 18, 21, 24, 27, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 6, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 72 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A143272: (1, 6, 12, 30, 30, 84, 56, ...).
Left border = A000005: (1, 2, 2, 3, 2, 4, 2, 4, 3, ...).
LINKS
FORMULA
T(n,k) = d(n)*k.
EXAMPLE
First few rows of the triangle =
1;
2, 4;
2, 4, 6;
3, 6, 9, 12;
2, 4, 6, 8, 10;
4, 8, 12, 16, 20, 24;
2, 4, 6, 8, 10, 12, 14;
...
T(5,3) = 6 = 2*3 = d(5)*3.
PROG
(PARI) tabl(nn) = for (n=1, nn, for (k=1, n, print1(numdiv(n)*k, ", "))); \\ Michel Marcus, Jun 05 2023
CROSSREFS
Sequence in context: A214781 A214850 A236186 * A267654 A128859 A047975
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 03 2008
EXTENSIONS
a(62) corrected 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)