A128441 a(n)=Floor(n*2^(n/2)).
1, 4, 8, 16, 28, 48, 79, 128, 203, 320, 497, 768, 1176, 1792, 2715, 4096, 6154, 9216, 13757, 20480, 30411, 45056, 66615, 98304, 144815, 212992, 312801, 458752, 671943, 983040, 1436569, 2097152, 3058502, 4456448, 6487733, 9437184, 13716921
Offset: 1
Keywords
Crossrefs
Cf. A128440.
Programs
-
Mathematica
Table[Floor[n 2^(n/2)],{n,40}] (* Harvey P. Dale, Apr 09 2018 *)
Comments