A234902 a(n)*Pi is the total length of irregular spiral (center points: 1, 2, 3) after n rotations.
2, 9, 13, 17, 24, 26, 33, 37, 41, 48, 50, 57, 61, 65, 72, 74, 81, 85, 89, 96, 98, 105, 109, 113, 120, 122, 129, 133, 137, 144, 146, 153, 157, 161, 168, 170, 177, 181, 185, 192, 194, 201, 205, 209, 216, 218, 225, 229, 233, 240, 242, 249, 253, 257
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
- Kival Ngaokrajang, Illustration of initial terms
- Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,-1).
Crossrefs
Cf. A014105*Pi (total spiral length, 2 inline center points).
Programs
-
Mathematica
LinearRecurrence[{1,0,0,0,1,-1},{2,9,13,17,24,26},60] (* Harvey P. Dale, May 21 2021 *)
Formula
G.f.: x*(7*x^4 + 4*x^3 + 4*x^2 + 7*x + 2)/((1-x)*(1-x^5)). - Ralf Stephan, Jan 20 2014
Comments