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.

Showing 1-5 of 5 results.

A236326 a(n)*Pi is the total length of irregular spiral (center points: 1, 2, 3, 4, 5; pattern 1) after n rotations.

Original entry on oeis.org

3, 6, 10, 17, 24, 27, 30, 34, 41, 48, 51, 54, 58, 65, 72, 75, 78, 82, 89, 96, 99, 102, 106, 113, 120, 123, 126, 130, 137, 144, 147, 150, 154, 161, 168, 171, 174, 178, 185, 192, 195, 198, 202, 209, 216, 219, 222, 226, 233, 240, 243, 246, 250, 257, 264, 267, 270, 274, 281, 288, 291, 294, 298, 305, 312, 315, 318, 322
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 22 2014

Keywords

Comments

Let points 1, 2, 3, 4, and 5 be placed on a horizontal straight line at intervals of 1 unit. (See illustration under Links.) Construct a continuous curve from half circles, alternately lying below and above the line, centered at points 1, 2, 3, 4, 5, 1, ... and so on, with the first half circle (centered at point 1) beginning at point 2.
Also floor(a(n)/3) = A047607(n+1).
Conjecture: All forms of 120 permutations of 5 center points are non-expanded loops.

Crossrefs

Cf. A014105 (2 center points); A234902, A234903, A234904 (3 center points); A235088, A235089 (4 center points).

Formula

Conjecture from Colin Barker, Jul 12 2014: (Start)
a(n) = a(n-1)+a(n-5)-a(n-6).
G.f.: x*(7*x^4+7*x^3+4*x^2+3*x+3) / ((x-1)^2*(x^4+x^3+x^2+x+1)). (End)

Extensions

Description of procedure for constructing curve (under Comments) edited by Jon E. Schoenfield, Feb 12 2014

A236327 a(n)*Pi is the total length of irregular spiral (center points: 1, 2, 3, 4, 5; pattern 2) after n rotations.

Original entry on oeis.org

2, 8, 19, 30, 32, 38, 49, 60, 62, 68, 79, 90, 92, 98, 109, 120, 122, 128, 139, 150, 152, 158, 169, 180, 182, 188, 199, 210, 212, 218, 229, 240, 242, 248, 259, 270, 272, 278, 289, 300, 302, 308, 319, 330, 332, 338, 349, 360, 362, 368, 379, 390, 392, 398, 409, 420, 422, 428, 439, 450, 452, 458, 469, 480, 482, 488
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 22 2014

Keywords

Comments

Let points 1, 2, 3, 4 & 5 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; by selecting radius point on the right hand side of point 1 (pattern 2); at point 3 make another half circle and maintain continuity of circumferences. Continue using this procedure at point 4, 5, 1, ... and so on.
Conjecture: All forms of 120 permutations 5 center points are non-expanded loops.

Crossrefs

Cf. A014105 (2 center points); A234902, A234903, A234904 (3 center points); A235088, A235089 (4 center points).

Formula

Conjecture from Colin Barker, Jul 12 2014: (Start)
a(n) = a(n-1)+a(n-4)-a(n-5).
G.f.: x*(11*x^3+11*x^2+6*x+2) / ((x-1)^2*(x+1)*(x^2+1)). (End)

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

Original entry on oeis.org

2, 5, 8, 10, 13, 16, 18, 21, 24, 26, 29, 32, 34, 37, 40, 42, 45, 48, 50, 53, 56, 58, 61, 64, 66, 69, 72, 74, 77, 80, 82, 85, 88, 90, 93, 96, 98, 101, 104, 106, 109, 112, 114, 117, 120, 122, 125, 128, 130, 133, 136, 138, 141, 144, 146, 149, 152, 154, 157, 160, 162, 165, 168, 170, 173, 176, 178, 181, 184, 186, 189
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 28 2014

Keywords

Comments

Let points 2, 3, & 1 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; by selecting radius point on the left hand side of point 1 (pattern 1); at point 3 make another half circle and maintain continuity of circumferences. Continue using this procedure at point 1, 2, 3, ... and so on.
Conjecture: All forms of 3 center points are non-expanded loops.
There are other sets of center points that give the same sequence, e.g.: [2,3,1,4]; [3,2,4,1]; [3,2,4,1,5]; [2,3,1,4,5,7,6]; [2,3,1,7,4,6,5]; [3,4,2,5,1,6,7]; [4,3,5,6,2,7,1]; [4,5,3,2,1,6,7]; [5,4,6,3,2,7,1].
Also, there are some similar patterns that give difference sequences, e.g.:
A047622: [1,2,7,3,4,6,5]; [1,2,7,6,3,5,4]...
A047399: [1,2,7,3,6,4,5]; [1,2,7,6,5,3,4]...
A047395: [2,3,1,4 7,5,6]; [2,3,1,7,6,4,5]...
A047464: [4,5,3,6,2,7,1]; [1,8,2,7,3,6,4,5];
[9,1,8,2,7,3,6,4,5].
See illustration in links.
Appears to be basically a duplicate of A047618. - R. J. Mathar, Feb 03 2014

Crossrefs

Cf. A014105 (2 center points); A234902, A234903, A234904 (3 center points); A235088, A235089 (4 center points); A236326, A236327 (5 center points).

Formula

Conjecture from Colin Barker, Jul 12 2014: (Start)
a(n) = a(n-1)+a(n-3)-a(n-4).
G.f.: x*(3*x^2+3*x+2) / ((x-1)^2*(x^2+x+1)). (End)

A236754 Number of irregular spirals (non-expanded loop) appearing with n center points.

Original entry on oeis.org

1, 0, 6, 8, 120, 0, 5040, 4608, 362880, 0, 39916800
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 30 2014

Keywords

Comments

See A236535 for construction rule.
Conjecture: (1) For odd n all forms are non-expanded loops and equal to n!. (2) For n mod 4 = 0, there are both non-expanded loops and expanded spirals.

Crossrefs

Cf. A014105 (2 center points); A234902, A234903, A234904, A236535 (3 center points); A235088, A235089 (4 center points); A236326, A236327 (5 center points).

A236755 Number of irregular spiral (expanded spiral) appearing with n center points.

Original entry on oeis.org

0, 2, 0, 16, 0, 720, 0, 35712, 0, 3628800, 0
Offset: 1

Views

Author

Kival Ngaokrajang, Jan 30 2014

Keywords

Comments

See A236535 for construction rule.
Conjecture: (1) For even n; except n mod 4 = 0; all forms are expanded spirals and equal to n!. (2) For n mod 4 = 0, there are both non-expanded loops and expanded spirals.

Crossrefs

Cf. A014105 (2 center points); A234902, A234903, A234904, A236535 (3 center points); A235088, A235089 (4 center points); A236326, A236327 (5 center points).
Showing 1-5 of 5 results.