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!)
A217573 Number of integers between -(2*n+1)*Pi and (2*n+2)*Pi. 1
10, 22, 34, 47, 60, 72, 84, 98, 110, 122, 135, 148, 160, 172, 186, 198, 210, 223, 236, 248, 260, 274, 286, 298, 311, 324, 336, 348, 362, 374, 386, 399, 412, 424, 436, 450, 462, 474, 487, 500, 512, 524, 538, 550, 562, 575, 588, 600, 612, 626, 638, 650, 663 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is the number of lattice points inside spiral r=theta and on X-axis counted until the (n+1)-th loop of the spiral.
LINKS
César Eliud Lozada, Plot of spiral
FORMULA
a(n) = floor((2*n+1)*Pi) + floor((2*n+2)*Pi) + 1.
MAPLE
A := []:
for n from 0 to 80 do
n1 := floor((2*n+1)*Pi):
n2 := floor((2*n+2)*Pi):
A := [op(A), n1+n2+1]
end do:
A:=A;
MATHEMATICA
Table[Ceiling[Pi(2n+2)]+Floor[Pi(2n+1)], {n, 0, 60}] (* Harvey P. Dale, Aug 25 2014 *)
CROSSREFS
Cf. A001951.
Sequence in context: A339003 A017641 A232540 * A276626 A211482 A177791
KEYWORD
nonn
AUTHOR
César Eliud Lozada, Oct 08 2012
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 May 18 02:52 EDT 2024. Contains 372617 sequences. (Running on oeis4.)