cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A234903 a(n)*Pi is the total length of irregular spiral (center points: 1, 3, 2) after n rotations.

Original entry on oeis.org

4, 11, 13, 20, 24, 28, 35, 37, 44, 48, 52, 59, 61, 68, 72, 76, 83, 85, 92, 96, 100, 107, 109, 116, 120, 124, 131, 133, 140, 144, 148, 155, 157, 164, 168, 172, 179, 181, 188, 192, 196, 203, 205, 212, 216, 220, 227, 229, 236, 240, 244, 251, 253, 260, 264, 268, 275, 277, 284, 288, 292, 299, 301, 308, 312, 316, 323, 325
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 01 2014

Keywords

Comments

Let points 1, 3 & 2 be placed on a straight line at intervals of 1 unit. At point 1 make a half unit circle, then at point 2 make another half circle, and maintain continuity of circumferences. Continue using this procedure at points 3, 1, 2, and so on. The form of spiral is a non-expanded loop. See illustration in links.

Crossrefs

Cf. A014105*Pi (total spiral length, 2 inline center points).

Formula

G.f.: x*(4*x^4 + 7*x^3 + 2*x^2 + 7*x + 4)/((1-x)(1-x^5)) (conjectured). - Ralf Stephan, Jan 13 2014