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.

A064994 A Beatty sequence from Khinchin's constant (A002210).

This page as a plain text file.
%I A064994 #4 Jul 12 2024 23:05:55
%S A064994 1,3,5,6,8,10,11,13,15,16,18,20,21,23,25,26,28,30,32,33,35,37,38,40,
%T A064994 42,43,45,47,48,50,52,53,55,57,58,60,62,64,65,67,69,70,72,74,75,77,79,
%U A064994 80,82,84,85,87,89,91,92,94,96,97,99,101,102,104,106,107,109,111,112,114
%N A064994 A Beatty sequence from Khinchin's constant (A002210).
%t A064994 k = N[Khinchin, 100]; Table[ Floor[ n*(k - 1) ], {n, 1, 70} ]
%Y A064994 Cf. A002210, A064995.
%K A064994 nonn
%O A064994 1,2
%A A064994 _Robert G. Wilson v_, Oct 31 2001