Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064313
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064313 Integer part of area of a regular polygon with n sides each of length 1. +0
1
0, 0, 1, 1, 2, 3, 4, 6, 7, 9, 11, 13, 15, 17, 20, 22, 25, 28, 31, 34, 38, 41, 45, 49, 53, 57, 62, 66, 71, 76, 81, 86, 91, 97, 102, 108, 114, 120, 127, 133, 140, 146, 153, 160, 168, 175, 183, 190, 198, 206, 214, 223, 231, 240, 249, 258, 267, 276, 286, 295, 305, 315 (list; graph; listen)
OFFSET

2,5

COMMENT

Usually (perhaps always?) floor[n^2/(4*pi)-pi/12] for a polygon of circumference n. Note that the area of a circle with circumference C is C^2/(4*pi).

FORMULA

a(n) = floor[n/(4*tan(pi/n))].

EXAMPLE

Areas (starting from n=2) are: 0, 0.433... (equilateral triangle), 1 (square), 1.720... (pentagon), 2.598... (hexagon), 3.633... (heptagon), 4.828... (octagon), etc., so sequence starts 0, 0, 1, 1, 2, 3, 4, etc.

MAPLE

A064313 := proc(n) RETURN(floor((n/4)*cot(Pi/n))) end:

MATHEMATICA

Table[ Floor[(n/4)*Cot[Pi/n]], {n, 2, 75} ]

CROSSREFS

Sequence in context: A087072 A022825 A062413 this_sequence A011865 A085680 A047872

Adjacent sequences: A064310 A064311 A064312 this_sequence A064314 A064315 A064316

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Oct 15 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 4 18:25 EDT 2008. Contains 140886 sequences.


AT&T Labs Research