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!)
A098354 Multiplication table of the powers of 2 read by antidiagonals. 3
4, 8, 8, 16, 16, 16, 32, 32, 32, 32, 64, 64, 64, 64, 64, 128, 128, 128, 128, 128, 128, 256, 256, 256, 256, 256, 256, 256, 512, 512, 512, 512, 512, 512, 512, 512, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 2048, 2048, 2048, 2048, 2048, 2048, 2048, 2048 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4; 8,8; 16,16,16; 32,32,32,32; ...
MATHEMATICA
Table[PadRight[{}, n-1, 2^n], {n, 2, 12}]//Flatten (* Harvey P. Dale, Nov 21 2021 *)
PROG
(PARI) for(n=2, 9, for(i=1, n-1, print1(2^n", "))) \\ Charles R Greathouse IV, Apr 09 2012
CROSSREFS
Sequence in context: A005877 A144174 A256816 * A354455 A209382 A298119
KEYWORD
nonn,tabl,easy
AUTHOR
Douglas Stones (dssto1(AT)student.monash.edu.au), Sep 04 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 18 20:21 EDT 2024. Contains 371781 sequences. (Running on oeis4.)