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.

A098005 Beatty sequence for 1/(3 - e): a(n) = floor(n/(3-e)).

This page as a plain text file.
%I A098005 #14 Nov 27 2017 02:34:06
%S A098005 3,7,10,14,17,21,24,28,31,35,39,42,46,49,53,56,60,63,67,70,74,78,81,
%T A098005 85,88,92,95,99,102,106,110,113,117,120,124,127,131,134,138,141,145,
%U A098005 149,152,156,159,163,166,170,173,177,181,184,188,191,195,198,202,205,209
%N A098005 Beatty sequence for 1/(3 - e): a(n) = floor(n/(3-e)).
%C A098005 Let r = 1/(3-e) and s = e-2. Then 1/r + 1/s = 1, so that [r*n] and [s*n] represent a complementary pair of Beatty sequences, A098005 and A000062; r and s are the fractional parts of -e and e.
%F A098005 a(n) = floor(n/(3-e)).
%t A098005 Table[Floor[n/(3-E)],{n,1,100}]
%Y A098005 Cf. A000062 is complement of A098005.
%K A098005 nonn
%O A098005 1,1
%A A098005 _Roger L. Bagula_, Sep 07 2004
%E A098005 Edited by _Clark Kimberling_, Aug 24 2011