login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A184591 floor[(n*(pi-1)-1]; complement of A184592. 2
1, 3, 5, 7, 9, 11, 13, 16, 18, 20, 22, 24, 26, 28, 31, 33, 35, 37, 39, 41, 43, 46, 48, 50, 52, 54, 56, 58, 61, 63, 65, 67, 69, 71, 73, 76, 78, 80, 82, 84, 86, 88, 91, 93, 95, 97, 99, 101, 103, 106, 108, 110, 112, 114, 116, 118, 121, 123, 125, 127, 129, 131, 133, 136, 138, 140, 142, 144, 146, 148, 151, 153, 155, 157, 159, 161, 163, 166, 168, 170, 172, 174, 176, 178, 181, 183, 185, 187, 189, 191, 193, 196, 198, 200, 202, 204, 206, 208, 211, 213, 215, 217, 219, 221, 223, 226, 228, 230, 232, 234, 236, 238, 240, 243, 245, 247, 249, 251, 253, 255 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..120.

FORMULA

a(n)=floor[(n*(pi-1)-1].

MATHEMATICA

r=Pi-1; c=1/r; s=r/(r-1);

Table[Floor[n*r-c*r], {n, 1, 120}] (* A184591 *)

Table[Floor[n*s+c*s], {n, 1, 120}] (* A184592 *)

CROSSREFS

Cf. A184592.

Sequence in context: A143449 A033034 A185189 * A033040 A200982 A084820

Adjacent sequences:  A184588 A184589 A184590 * A184592 A184593 A184594

KEYWORD

nonn

AUTHOR

Clark Kimberling, Jan 17 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 19:50 EDT 2013. Contains 226416 sequences.