login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038152 Beatty sequence for e^Pi. 1
23, 46, 69, 92, 115, 138, 161, 185, 208, 231, 254, 277, 300, 323, 347, 370, 393, 416, 439, 462, 485, 509, 532, 555, 578, 601, 624, 647, 671, 694, 717, 740, 763, 786, 809, 833, 856, 879, 902, 925, 948, 971, 995, 1018, 1041, 1064 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = int(n*23.1406926327...)
MAPLE
A038152:=n->floor(n*exp(Pi)): seq(A038152(n), n=1..100); # Wesley Ivan Hurt, Jan 21 2017
PROG
(PARI) a(n) = floor(n*exp(Pi)); \\ Michel Marcus, Sep 28 2013
CROSSREFS
Cf. A039661.
Sequence in context: A132682 A048845 A008605 * A358684 A344133 A103629
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Corrected and extended by Carlos Alves, Nov 25 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)