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.

A032634 a(n) = floor(n/e).

This page as a plain text file.
%I A032634 #19 May 25 2023 11:51:32
%S A032634 0,0,0,1,1,1,2,2,2,3,3,4,4,4,5,5,5,6,6,6,7,7,8,8,8,9,9,9,10,10,11,11,
%T A032634 11,12,12,12,13,13,13,14,14,15,15,15,16,16,16,17,17,18,18,18,19,19,19,
%U A032634 20,20,20,21,21,22,22,22,23,23,23,24,24,25,25,25,26,26,26,27
%N A032634 a(n) = floor(n/e).
%C A032634 Differs from A057367 first at a(49). - _R. J. Mathar_, Jan 28 2013
%H A032634 Michael De Vlieger, <a href="/A032634/b032634.txt">Table of n, a(n) for n = 0..10000</a>
%H A032634 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%p A032634 A032634 := proc(n)
%p A032634         floor(n/exp(1)) ;
%p A032634 end proc: # _R. J. Mathar_, Jan 28 2013
%t A032634 Array[Floor[#/E] &, 75, 0] (* _Michael De Vlieger_, Oct 06 2019 *)
%Y A032634 Beatty seq. of A068985.
%K A032634 nonn,easy
%O A032634 0,7
%A A032634 _Patrick De Geest_, May 15 1998