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!)
A081954 Triangle read by rows: T(n, k) = 2^(n-k)*3^k, n >= 1, 0 <= k < n. 2
2, 4, 6, 8, 12, 18, 16, 24, 36, 54, 32, 48, 72, 108, 162, 64, 96, 144, 216, 324, 486, 128, 192, 288, 432, 648, 972, 1458, 256, 384, 576, 864, 1296, 1944, 2916, 4374, 512, 768, 1152, 1728, 2592, 3888, 5832, 8748, 13122, 1024, 1536, 2304, 3456, 5184, 7776 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Triangle begins:
2
4 6
8 12 18
16 24 36 54
32 48 72 108 162
...
PROG
(PARI) tabl(nrows) = {for (n=1, nrows, for (k=0, n-1, print1(2^(n-k)*3^k, ", "); ); print(); ); } \\ Michel Marcus, May 14 2013
CROSSREFS
Leading diagonal is given by A025192.
Sequence in context: A238626 A168657 A240498 * A096903 A352107 A273457
KEYWORD
nonn,tabl
AUTHOR
Amarnath Murthy, Apr 02 2003
EXTENSIONS
Corrected and extended by David Wasserman, Jul 21 2004
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 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)