Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #14 Mar 27 2015 23:12:06
%S 4,9,14,18,23,28,32,37,42,46,51,56,60,65,70,74,79,84,88,93,98,102,107,
%T 112,116,121,126,130,135,140,144,149,154,158,163,168,172,177,182,186,
%U 191,196,200,205,210,214,219,224,228,233,238,242,247,252,256,261,266
%N Beatty sequence for Feigenbaum's constant.
%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%F a(n)=floor(n*4.6692016609..)
%t a = 4.6692016091029906718532038204662; Table[ Floor[n*a], {n, 60}] (* _Robert G. Wilson v_, Apr 23 2004 *)
%Y Cf. A006890.
%K nonn
%O 1,1
%A _Felice Russo_
%E More terms from _Robert G. Wilson v_, Apr 23 2004