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.
%I A001959 M0541 #21 Feb 04 2022 00:43:53 %S A001959 0,2,3,4,6,7,8,9,11,12,13,15,16,17,19,20,21,23,24,25,26,28,29,30,32, %T A001959 33,34,36,37,38,39,41,42,43,45,46,47,49,50,51,52,54,55,56,58,59,60,62, %U A001959 63,64,66,67,68,69,71,72,73,75,76,77,79,80,81,82,84,85,86,88 %N A001959 u-pile numbers for the 3-Wythoff game with i=2. %C A001959 See Connell (1959) for further information. %D A001959 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A001959 T. D. Noe, <a href="/A001959/b001959.txt">Table of n, a(n) for n = 0..10000</a> %H A001959 Ian G. Connell, <a href="http://dx.doi.org/10.4153/CMB-1959-024-3">A generalization of Wythoff's game</a>, Canad. Math. Bull. 2 (1959) 181-190 %F A001959 a(n) = floor( (n+2/3)*(sqrt(13)-1)/2 ). - _R. J. Mathar_, Feb 14 2011 %t A001959 Table[Floor[(n + 2/3)*(Sqrt[13] - 1)/2], {n, 0, 100}] (* _T. D. Noe_, Aug 17 2012 *) %Y A001959 Cf. A001954, A001958, A001960, A001963-A001968. %K A001959 nonn,easy %O A001959 0,2 %A A001959 _N. J. A. Sloane_ %E A001959 Edited by _Hugo Pfoertner_, Dec 27 2021