0,1
T. D. Noe, Table of n, a(n) for n=0..1000
F := proc(n) option remember; if n = 0 then 8 elif 3*F(n-1) mod 2 = 0 then 3*F(n-1)/2 else round(3*F(n-1)/4); fi; end; [ seq(F(i), i=0..80) ];
Sequence in context: A085103 A087696 A015897 this_sequence A066681 A120137 A033477
Adjacent sequences: A028390 A028391 A028392 this_sequence A028394 A028395 A028396
nonn
J. H. Conway (conway(AT)math.princeton.edu)
Search completed in 0.002 seconds