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!)
A032616 a(n) = floor(n^2/Pi). 2
0, 0, 1, 2, 5, 7, 11, 15, 20, 25, 31, 38, 45, 53, 62, 71, 81, 91, 103, 114, 127, 140, 154, 168, 183, 198, 215, 232, 249, 267, 286, 305, 325, 346, 367, 389, 412, 435, 459, 484, 509, 535, 561, 588, 616, 644, 673, 703, 733, 764, 795, 827, 860, 894 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A032615(n^2). - Michel Marcus, Jan 30 2022
MATHEMATICA
a[n_]:=Floor[(n^2)/Pi]; (* Vladimir Joseph Stephan Orlovsky, Dec 12 2008 *)
PROG
(PARI) a(n) = n^2\Pi; \\ Michel Marcus, Jan 30 2022
(Python) from math import pi
print([int(n**2/pi) for n in range(54)]) # Karl-Heinz Hofmann, Feb 01 2022
CROSSREFS
Cf. A032615.
Sequence in context: A134640 A216094 A184857 * A006066 A084935 A239072
KEYWORD
nonn,easy
AUTHOR
Patrick De Geest, May 15 1998
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)