A235089 a(n)*Pi is the total length of irregular spiral (center points: 2, 1, 3, 4) after n rotations.
3, 10, 13, 20, 23, 30, 33, 40, 43, 50, 53, 60, 63, 70, 73, 80, 83, 90, 93, 100, 103, 110, 113, 120, 123, 130, 133, 140, 143, 150, 153, 160, 163, 170, 173, 180, 183, 190, 193, 200, 203, 210, 213, 220, 223, 230, 233, 240, 243, 250, 253, 260, 263, 270, 273, 280, 283, 290, 293, 300, 303, 310, 313, 320, 323, 330, 333
Offset: 1
Keywords
Links
- Kival Ngaokrajang, Illustration of initial terms
Crossrefs
Formula
Conjecture: a(n) = -1+(-1)^n+5*n. a(n) = a(n-1)+a(n-2)-a(n-3). G.f.: x*(7*x+3) / ((x-1)^2*(x+1)). - Colin Barker, Jan 16 2014
Comments