OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
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
KEYWORD
AUTHOR
Douglas Stones (dssto1(AT)student.monash.edu.au), Sep 04 2004
STATUS
approved