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!)
A333186 a(n) = floor(2^n csc(1/n)). 8
2, 8, 24, 64, 161, 385, 899, 2053, 4617, 10257, 22559, 49208, 106601, 229571, 491884, 1049258, 2229509, 4721020, 9966072, 20980260, 44056840, 92306470, 192998784, 402769716, 839084537, 1745260723, 3624707293, 7517790835, 15572342341, 32218220725, 66583540100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(2^n csc(1/n)).
MAPLE
seq(floor(2^n*csc(1/n)), n=1..100); # Robert Israel, Apr 05 2020
MATHEMATICA
z = 50; u = Table[Floor[2^n Csc[1/n]], {n, 1, z}] (* A333186 *)
v = Table[Floor[2^n Cot[1/n]], {n, 1, z}] (* A333187 *)
u - v (* A333188 *)
w = Table[Floor[2^n Csc[1/n] - 2^n Cot[1/n]], {n, 1, z}];
u - v - w (* A333189 *)
CROSSREFS
Sequence in context: A097064 A352206 A294458 * A229136 A261452 A225524
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 11 2020
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 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)