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!)
A121381 a(n) = Ceiling(n*Pi). 5
0, 4, 7, 10, 13, 16, 19, 22, 26, 29, 32, 35, 38, 41, 44, 48, 51, 54, 57, 60, 63, 66, 70, 73, 76, 79, 82, 85, 88, 92, 95, 98, 101, 104, 107, 110, 114, 117, 120, 123, 126, 129, 132, 136, 139, 142, 145, 148, 151, 154, 158, 161, 164, 167, 170, 173, 176, 180, 183, 186 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Ceiling[n Pi], {n, 0, 80}] (* Vincenzo Librandi, Feb 22 2013 *)
PROG
(PARI) for(n=0, 50, print1(ceil(n*Pi), ", ")) \\ G. C. Greubel, Oct 28 2017
(Magma) [Ceiling(n*Pi): n in [0..50]]; // G. C. Greubel, Oct 28 2017
CROSSREFS
Essentially the same as A004084. Cf. A022844, A121854, A121855.
Sequence in context: A143459 A143458 A004084 * A310680 A143457 A046956
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 06 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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)