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 #8 Apr 28 2021 20:39:30
%S 0,0,0,0,0,0,0,0,0,2,1,-1,-1,1,2,1,-1,-1,1,2,2,3,3,2,2,0,-2,-2,-3,-2,
%T -2,0,0,2,2,2,2,1,-1,-2,-2,-3,-3,-1,-1,-1,-3,-4,-4,-3,-1,-1,-1,-1,1,2,
%U 2,3,3,3,3,2,2,0,-2,-2,-4,-4,-3,-3,-2,0,0,0,2,3,4,4,2,0,-2,-2,-3,-3,-1,0
%N The x coordinates of the points visited by a knight on a 3D cubic lattice using the step rules given in A343678.
%C See A343678 for the rules determining the knight's steps on the cubic lattice and for images of the resulting path.
%Y Cf. A343678 (point square distances from origin), A343746 (point x,y,z coordinates), A343748 (point y coordinates), A343749 (point z coordinates), A330189, A329520, A316667.
%K sign,fini
%O 1,10
%A _Scott R. Shannon_, Apr 27 2021