OFFSET
0,1
EXAMPLE
From Omar E. Pol, Aug 09 2009: (Start)
If written as a triangle:
3;
6;
6,12;
6,12,12,24;
6,12,12,24,12,24,24,48;
6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96;
6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96,12,24,24,48,24,48,48,96,24,...
(End)
MAPLE
read("transforms3") ; L := BFILETOLIST("b001316.txt") ; for n from 1 to 120 do printf("%d, ", 3*op(n, L)) ; od: # R. J. Mathar, Jul 13 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, May 25 2009
EXTENSIONS
More terms from R. J. Mathar, Jul 13 2009
STATUS
approved