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!)
A255405 a(n) = floor((2/sqrt(Pi))^n). 2
1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 9, 11, 12, 14, 16, 18, 20, 23, 26, 29, 33, 37, 42, 47, 53, 60, 68, 77, 87, 98, 111, 125, 141, 159, 180, 203, 229, 258, 292, 329, 371, 419, 473, 534, 602, 680, 767, 865, 977, 1102, 1244, 1403, 1584, 1787, 2016, 2275, 2567 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Inspired by squaring the circle and Vitruvian Man, but starting with a unit circle and a square whose sides are of length sqrt(Pi), A002161. a(n) is the nested circle curvature (rounded down) after n iterations. See illustrations in the links.
LINKS
FORMULA
a(n) = floor((2/sqrt(Pi))^n).
MATHEMATICA
Table[Floor[(2/Sqrt[Pi])^n], {n, 0, 50}] (* G. C. Greubel, Jan 09 2017 *)
PROG
(PARI){for(n=1, 100, a=floor(2^n/sqrt(Pi)^n); print1(a, ", "))}
CROSSREFS
Sequence in context: A120186 A300270 A356068 * A239508 A112210 A018050
KEYWORD
nonn
AUTHOR
Kival Ngaokrajang, Feb 22 2015
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)