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!)
A248421 Floor( 1/(n*tan(Pi/n) - Pi) ). 4
0, 1, 2, 3, 4, 5, 7, 9, 11, 13, 15, 18, 21, 24, 27, 30, 34, 38, 42, 46, 50, 55, 60, 65, 70, 75, 80, 86, 92, 98, 104, 111, 118, 125, 132, 139, 146, 154, 162, 170, 178, 186, 195, 204, 213, 222, 231, 241, 251, 261, 271, 281, 292, 303, 313, 325, 336, 347, 359 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,3
COMMENTS
This sequence provedes insight into the manner of convergence of n*tan(Pi/n) to Pi.
LINKS
FORMULA
a(n) ~ 3*n^2/Pi^3. - Vaclav Kotesovec, Oct 09 2014
EXAMPLE
n ... n*tan(Pi/n)-Pi) ... 1/(n*tan(Pi/n)-Pi)
3 ... 2.05456 ........... 0.486722
4 ... 0.85840 ........... 1.16495
5 ... 0.49112 ........... 2.03616
6 ... 0.32250 ........... 3.10069
MATHEMATICA
z = 550; p[k_] := p[k] = k*Tan[Pi/k]; N[Table[p[n] - Pi, {n, 3, z/10}]]
f[n_] := f[n] = Select[2 + Range[z], p[#] - Pi < 1/n &, 1];
u = Flatten[Table[f[n], {n, 3, z}]] (* A248418 *)
g = Table[Floor[1/(p[n] - Pi)], {n, 3, z}] (* A248421 *)
CROSSREFS
Sequence in context: A325461 A135785 A262249 * A008732 A130520 A005706
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 07 2014
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)