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 A182767 #7 Mar 30 2012 18:57:12 %S A182767 8,16,25,33,41,50,58,67,75,83,92,100,109,117,125,134,142,151,159,167, %T A182767 176,184,192,201,209,218,226,234,243,251,260,268,276,285,293,302,310, %U A182767 318,327,335,343,352,360,369,377,385,394,402,411,419,427 %N A182767 Beatty sequence for 1+e^2. %C A182767 Let u=e=A001113 and v=1/e=A068985. Jointly rank {j*u} and {k*v} as in the first comment at A182760; a(n) is the position of n*u. %F A182767 a(n)=floor(n*(1+e^2)) = floor(n+n*A072334). %p A182767 A182767 := proc(n) floor(n*(1+exp(2))) ; end proc: %Y A182767 Cf. A182760, A182768. %K A182767 nonn %O A182767 1,1 %A A182767 _Clark Kimberling_, Nov 29 2010