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!)
A255575 a(n) = floor(((sqrt(sqrt(3))^3)/sqrt(Pi))^n). 1
1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 15, 20, 26, 33, 43, 56, 72, 92, 119, 153, 197, 253, 325, 419, 539, 693, 891, 1146, 1474, 1896, 2439, 3136, 4034, 5188, 6672, 8581, 11036, 14194, 18254, 23476, 30192, 38830, 49938, 64225, 82598, 106227, 136616, 175698, 225961, 290603, 373737 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Inspired by A255405, but starting with a unit circle and an equilateral triangle whose area is equal to Pi.
a(n) is the nested circle curvature (rounded down) after n iterations. See illustration in the links.
LINKS
FORMULA
a(n) = floor(((sqrt(sqrt(3))^3)/sqrt(Pi))^n).
MAPLE
A255575:=n->floor(((sqrt(sqrt(3))^3)/sqrt(Pi))^n): seq(A255575(n), n=0..70); # Wesley Ivan Hurt, Apr 28 2017
MATHEMATICA
Table[Floor[(Sqrt[Sqrt[3]]^3/Sqrt[Pi])^n], {n, 51}] (* Michael De Vlieger, Feb 25 2015 *)
PROG
(PARI){for(n=0, 100, a=floor(((sqrt(sqrt(3))^3)/sqrt(Pi))^n); print1(a, ", "))}
CROSSREFS
Cf. A255405.
Sequence in context: A225500 A064651 A094991 * A225501 A117298 A369571
KEYWORD
nonn,easy
AUTHOR
Kival Ngaokrajang, Feb 25 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 19 14:50 EDT 2024. Contains 371792 sequences. (Running on oeis4.)