Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Jul 05 2014 04:39:18
%S 1,0,1,1,1,1,2,2,2,2,2,3,3,3,4,4,4,4,4,4,5,5,5,6,6,6,6,7,7,7,8,8,8,8,
%T 8,8,8,9,9,9,10,10,10,10,11,11,11,12,12,12,12,12,13,13,13,14,14,14,14,
%U 15,15,15,16,16,16,16,16,16,16,16,17,17,17,18,18,18,18,19,19,19,20
%N A244478(n)/2.
%D Higham, J.; Tanny, S. More well-behaved meta-Fibonacci sequences. Proceedings of the Twenty-fourth Southeastern International Conference on Combinatorics, Graph Theory, and Computing (Boca Raton, FL, 1993). Congr. Numer. 98(1993), 3-17.
%H Reinhard Zumkeller, <a href="/A244479/b244479.txt">Table of n, a(n) for n = 0..10000</a>
%H <a href="/index/Ho#Hofstadter">Index entries for Hofstadter-type sequences</a>
%o (Haskell)
%o a244479 = (`div` 2) . a244478 -- _Reinhard Zumkeller_, Jul 05 2014
%Y Cf. A244478.
%K nonn
%O 0,7
%A _N. J. A. Sloane_, Jul 02 2014