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 #11 May 01 2015 07:42:41
%S 6,13,25,48,91,176,345,682,1355,2698,5383,10752,21489,42962,85907,
%T 171796,343573,687126,1374231,2748438,5496851,10993676,21987325,
%U 43974622,87949215,175898400,351796769,703593506,1407186979,2814373924,5628747813,11257495590
%N Number at end of segment n of A078783.
%C a(n) = A078783(3*n).
%D N. J. A. Sloane and Allan Wilks, On sequences of Recaman type, paper in preparation, 2006.
%H Reinhard Zumkeller, <a href="/A117072/b117072.txt">Table of n, a(n) for n = 1..3000</a>
%o (Haskell)
%o a117072 n = a117072_list !! (n-1)
%o a117072_list = tSegments !! 2
%o -- tSegments defined in A117070. -- _Reinhard Zumkeller_, May 01 2015
%Y Cf. A078783, A117070, A117071.
%K nonn
%O 1,1
%A _N. J. A. Sloane_, Apr 17 2006