The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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 curvature (rounded down) of the n-th nested circle. See illustration in the links.
LINKS
Kival Ngaokrajang, Illustration of initial terms.
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,changed
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 June 5 10:02 EDT 2024. Contains 373105 sequences. (Running on oeis4.)