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

A038153
Beatty sequence for Pi^e.
1
22, 44, 67, 89, 112, 134, 157, 179, 202, 224, 247, 269, 291, 314, 336, 359, 381, 404, 426, 449, 471, 494, 516, 539, 561, 583, 606, 628, 651, 673, 696, 718, 741, 763, 786, 808, 830, 853, 875, 898, 920, 943, 965, 988, 1010, 1033, 1055, 1078, 1100, 1122, 1145
OFFSET
1,1
FORMULA
a(n) = floor(n * 22.4591577...).
MAPLE
A038153 := proc(n) floor(n*Pi^exp(1)) ; end proc: seq(A038153(n), n=1..80) ; # R. J. Mathar, Oct 10 2010
MATHEMATICA
Floor[Range[100]*Pi^E] (* Paolo Xausa, Jul 05 2024 *)
CROSSREFS
Cf. A059850. - R. J. Mathar, Oct 10 2010
Sequence in context: A087396 A248422 A071266 * A033848 A084024 A342171
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended by R. J. Mathar, Oct 10 2010
STATUS
approved