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 #11 Oct 01 2016 17:05:54
%S 0,5,11,17,23,29,35,41,46,52,58,64,70,76,82,87,93,99,105,111,117,123,
%T 128,134,140,146,152,158,164,169,175,181,187,193,199,205,210,216,222,
%U 228,234,240,246,251,257,263,269,275,281,287,292,298,304,310,316,322
%N a(n) = floor((Pi+e)*n).
%t Table[Floor[n*(E+Pi)], {n, 0, 50}]
%Y Cf. floor[n*pi], A022844; floor[n*e], A022843.
%Y Cf. A121282.
%K nonn
%O 0,2
%A _Zak Seidov_, May 03 2005
%E More terms from _Mohammad K. Azarian_, Aug 27 2006
%E Entry revised by _N. J. A. Sloane_, Jan 31 2007