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.

A275304 Intervals between iterations at which Langton's Ant living on triangular tiling reaches the distance of n from the origin for the first time.

This page as a plain text file.
%I A275304 #19 Oct 24 2016 02:57:47
%S A275304 1,1,1,11,1,33,5,83,9,217,13,99,17,233,21,1159,17,313,33,95,21,117,37,
%T A275304 249,25,731,33,4729,21,107,69,447,41,5869,53,345,53,2949,109,3437,217,
%U A275304 359,73,769,57,10181,81,2291,97,3217,73,6445,105,493,81,6035,113
%N A275304 Intervals between iterations at which Langton's Ant living on triangular tiling reaches the distance of n from the origin for the first time.
%C A275304 The distance is defined as the number of steps needed to reach the origin (analog of Manhattan distance). It seems that starting from n=625 (which corresponds to iterations around 26,000,000), a(n)=53 for odd n. [amended by _Andrey Zabolotskiy_, Oct 09 2016]
%H A275304 Andrey Zabolotskiy, <a href="/A275304/b275304.txt">Table of n, a(n) for n = 1..1500</a> (calculated using _Oleg Nikulin_'s program)
%H A275304 Wikipedia, <a href="https://en.wikipedia.org/wiki/Turmite">Turmite</a>
%F A275304 a(n) = A275303(n) - A275303(n-1).
%Y A275304 Cf. A269757, A275302, A275303 (cumulative sums), A275305.
%K A275304 nonn
%O A275304 1,4
%A A275304 _Oleg Nikulin_, Jul 22 2016