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 A064995 #4 Jul 12 2024 23:06:49 %S A064995 2,4,7,9,12,14,17,19,22,24,27,29,31,34,36,39,41,44,46,49,51,54,56,59, %T A064995 61,63,66,68,71,73,76,78,81,83,86,88,90,93,95,98,100,103,105,108,110, %U A064995 113,115,118,120,122,125,127,130,132,135,137,140,142,145,147,149,152 %N A064995 A Beatty sequence from Khintchin's constant (A002210). %t A064995 k = N[Khinchin, 100]; Table[ Floor[ n*(k - 1)/(k - 2) ], {n, 1, 70} ] %Y A064995 Cf. A002210, A064994. %K A064995 nonn %O A064995 1,1 %A A064995 _Robert G. Wilson v_, Oct 31 2001