cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A262304 Tail of sequence of lower halves of n: repeatedly apply x->floor(x/2) starting at n until reach one of 2,3,4; a(n) = whichever of 2,3,4 is reached.

This page as a plain text file.
%I A262304 #17 Oct 03 2015 10:23:19
%S A262304 2,3,4,2,3,3,4,4,2,2,3,3,3,3,4,4,4,4,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,
%T A262304 4,4,4,4,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,
%U A262304 4,4,4,4,4,4,4,4,4,4,2,2,2,2,2,2,2,2,2
%N A262304 Tail of sequence of lower halves of n: repeatedly apply x->floor(x/2) starting at n until reach one of 2,3,4; a(n) = whichever of 2,3,4 is reached.
%H A262304 S. Jablan, L. H. Kauffman, and P. Lopes, <a href="http://arxiv.org/abs/1406.2378">The delunification process and minimal diagrams</a>, arXiv:1406.2378 [math.GT], 2014.
%H A262304 S. Jablan, L. H. Kauffman, and P. Lopes, <a href="http://dx.doi.org/10.1016/j.topol.2015.07.010">The delunification process and minimal diagrams</a>, Topology Appl., 193 (2015), 270-289, #5531.
%e A262304 20->10->5->2 takes 3 steps and ends at 2, so a(20)=2.
%Y A262304 Cf. A262303.
%K A262304 nonn,easy
%O A262304 2,1
%A A262304 _N. J. A. Sloane_, Sep 30 2015
%E A262304 a(31)-a(88) from _Hiroaki Yamanouchi_, Oct 03 2015