Search: id:A033156 Results 1-1 of 1 results found. %I A033156 %S A033156 1,4,8,12,17,22,27,32,38,44,50,56,62,68,74,80,87,94,101,108,115,122,129, %T A033156 136,143,150,157,164,171,178,185,192,200,208,216,224,232,240,248,256,264, %U A033156 272,280,288,296,304,312,320,328,336,344,352,360,368,376,384,392,400,408 %N A033156 a(1) = 1; for m >= 2, a(n) = a(n-1)+floor(a(n-1)/(n-1))+2. %D A033156 M. A. Nyblom, Some curious sequences ..., Am. Math. Monthly 109 (#6, 200), 559-564, Th. 3.1. %H A033156 R. Stephan, Some divide-and-conquer sequences ... %H A033156 R. Stephan, Table of generating functions %F A033156 a(n) = n*(floor(log_2 n) + 3) - 2^((floor (log_2 n)) + 1). %F A033156 a(n) = n+a(floor[n/2])+a(ceiling[n/2]) = n+min{a(k)+a(n-k):0