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!)
A332430 a(n) = floor(2^n/(1 - cos(1/n))). 4
4, 32, 145, 514, 1605, 4618, 12565, 32810, 83029, 204970, 495957, 1180330, 2770261, 6425259, 14751062, 33565356, 75781465, 169913009, 378623329, 839035584, 1850037628, 4060785394, 8876545497, 19330149277, 41948632852, 90742369765, 195711818579, 420951537104 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(2^n/(1 - cos(1/n))).
MATHEMATICA
z = 50; u = Table[Floor[2^n/(1 - Cos[1/n])], {n, 1, z}] (* A332430 *)
v = Table[Floor[2^n/(-1 + Cot[1/n])], {n, 1, z}] (* A332431 *)
u - v (* A332432 *)
w = Table[Floor[2^n/(1 - Cos[1/n]) - 2^n/(-1 + Cot[1/n])], {n, 1, z}]
u - v - w (* A332479 *)
CROSSREFS
Sequence in context: A088802 A123854 A301843 * A302070 A302267 A113154
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 04 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 18 21:46 EDT 2024. Contains 371781 sequences. (Running on oeis4.)