A352741 Numbers on the Spiral of Theodorus that come closer to the x-axis than their neighbors; a(0) = 0 and a(1) = 1.
0, 1, 7, 18, 33, 54, 80, 110, 146, 186, 231, 282, 337, 397, 462, 532, 607, 687, 772, 861, 956, 1056, 1160, 1270, 1384, 1504, 1628, 1757, 1891, 2030, 2174, 2323, 2477, 2636, 2800, 2969, 3142, 3321, 3504, 3693, 3886, 4084, 4288, 4496, 4709, 4927, 5150, 5378, 5611, 5849, 6091, 6339
Offset: 0
Keywords
Links
- Christian Mercat, Escargot de Pythagore: Spirale des racines carrées d'entiers, GeoGebra.org, Dec. 12, 2015
- Wikipedia, Spiral of Theodorus, as of March 14, 2022
Programs
-
PARI
z=!t=y=0; [n | n<-[0..10^4], ![t < t=y, y > y=abs(imag(z))]*z*=1+I/abs(z)]
Comments