login

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”).

A105644
a(n) = floor((Pi+e)*n).
0
0, 5, 11, 17, 23, 29, 35, 41, 46, 52, 58, 64, 70, 76, 82, 87, 93, 99, 105, 111, 117, 123, 128, 134, 140, 146, 152, 158, 164, 169, 175, 181, 187, 193, 199, 205, 210, 216, 222, 228, 234, 240, 246, 251, 257, 263, 269, 275, 281, 287, 292, 298, 304, 310, 316, 322
OFFSET
0,2
MATHEMATICA
Table[Floor[n*(E+Pi)], {n, 0, 50}]
CROSSREFS
Cf. floor[n*pi], A022844; floor[n*e], A022843.
Cf. A121282.
Sequence in context: A314249 A172332 A314250 * A348931 A314251 A314252
KEYWORD
nonn
AUTHOR
Zak Seidov, May 03 2005
EXTENSIONS
More terms from Mohammad K. Azarian, Aug 27 2006
Entry revised by N. J. A. Sloane, Jan 31 2007
STATUS
approved