A228765 The curvature of circles (rounded to nearest integer), successively inscribed toward the 45-degree angle of a 45-45-90 triangle, starting with a unit circle.
1, 2, 5, 11, 25, 56, 126, 283, 633, 1419, 3178, 7118, 15943, 35710, 79985, 179152, 401270, 898777, 2013107, 4509015, 10099422, 22620977, 50667115, 113485664, 254188460, 569338636, 1275221080, 2856276912
Offset: 0
Keywords
Links
- Kival Ngaokrajang, Illustration of initial terms
Programs
-
PARI
a(n)=my(k=7-sqrt(32)+sqrt(80-56*sqrt(2))); round(k^(n-1)) \\ Charles R Greathouse IV, Sep 05 2013
Formula
a(n+1) = round(k^n), with k = 7 - 4 sqrt(2) + 2 sqrt(20 - 14 sqrt(2)) = 2.23982.... - Charles R Greathouse IV, Sep 05 2013
Comments