Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A235532 a(n) = floor(n^2 * (4-Pi)). 0
0, 0, 3, 7, 13, 21, 30, 42, 54, 69, 85, 103, 123, 145, 168, 193, 219, 248, 278, 309, 343, 378, 415, 454, 494, 536, 580, 625, 672, 721, 772, 824, 879, 934, 992, 1051, 1112, 1175, 1239, 1305, 1373, 1442, 1514, 1587, 1661, 1738, 1816, 1896, 1977, 2061, 2146, 2232, 2321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = floor(As(n) - Ac(n)), where Ac(n) is the area of the circle of radius n, and As(n) is the area of square with side length 2n.
LINKS
MATHEMATICA
Floor[(4-Pi)#^2]&/@Range[0, 60] (* Harvey P. Dale, Jan 10 2020 *)
PROG
(Python)
import math
for n in range(77): print(str(int(n*n*(4-math.pi))), end=', ')
CROSSREFS
Sequence in context: A256588 A025721 A298267 * A195020 A169627 A102508
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Jan 11 2014
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 August 6 07:30 EDT 2024. Contains 374960 sequences. (Running on oeis4.)