A171178
Permutation of the natural numbers: 0 together with the partial sums of A171177.
Original entry on oeis.org
0, 2, 1, 6, 3, 5, 4, 12, 7, 11, 8, 10, 9, 20, 13, 19, 14, 18, 15, 17, 16, 30, 21, 29, 22, 28, 23, 27, 24, 26, 25, 42, 31, 41, 32, 40, 33, 39, 34, 38, 35, 37, 36, 56, 43, 55, 44, 54, 45, 53, 46, 52, 47, 51, 48, 50, 49, 72, 57, 71, 58, 70, 59, 69, 60, 68
Offset: 0
Cf.
A000027,
A005132,
A171164,
A161165,
A161166,
A171172,
A171173,
A171174,
A171175,
A171176,
A171178,
A172310.
A210606
Length of the n-th edge of an L-toothpick structure which gives Recamán's sequence A005132.
Original entry on oeis.org
1, 3, 5, 3, 4, 4, 5, 11, 13, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17
Offset: 1
The summands are the size of the L-toothpicks:
a(1) = 1.
a(2) = 1 + 2 = 3.
a(3) = 2 + 3 = 5.
a(4) = 3.
a(5) = 4.
a(6) = 4.
a(7) = 5.
a(8) = 5 + 6 = 11.
a(9) = 6 + 7 = 13.
a(10) = 7.
Cf.
A005132,
A064289,
A119632,
A139250,
A160356,
A160357,
A171175,
A171178,
A172310,
A187210,
A210604,
A210605,
A210608-
A210613.
A171173
Triangle read by rows in which row n lists A033627(n) together with the first 2n-1 positive integers.
Original entry on oeis.org
2, 1, 4, 1, 2, 3, 7, 1, 2, 3, 4, 5, 10, 1, 2, 3, 4, 5, 6, 7, 13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 19, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 22, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 28, 1
Offset: 1
Triangle begins:
2,1,
4,1,2,3,
7,1,2,3,4,5,
10,1,2,3,4,5,6,7,
13,1,2,3,4,5,6,7,8,9,
16,1,2,3,4,5,6,7,8,9,10,11,
19,1,2,3,4,5,6,7,8,9,10,11,12,13,
22,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
25,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,
Cf.
A000027,
A033627,
A172310,
A171164,
A161165,
A161166,
A171172,
A171174,
A171175,
A171176,
A171177,
A171178.
-
Join[{2,1},Flatten[Table[Flatten[{3n+1,Range[2n+1]}],{n,10}]]] (* Harvey P. Dale, Nov 24 2011 *)
A171176
Triangle read by rows in which row n lists 3n-1 together with the first 2n-1 positive integers, in reverse order.
Original entry on oeis.org
2, 1, 5, 3, 2, 1, 8, 5, 4, 3, 2, 1, 11, 7, 6, 5, 4, 3, 2, 1, 14, 9, 8, 7, 6, 5, 4, 3, 2, 1, 17, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 20, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 23, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 26, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1
Offset: 1
Triangle begins:
2, 1;
5, 3, 2, 1;
8, 5, 4, 3, 2, 1;
11, 7, 6, 5, 4, 3, 2, 1;
14, 9, 8, 7, 6, 5, 4, 3, 2, 1;
17, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
20, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
23, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
26, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
Cf.
A000027,
A016789,
A172310,
A171164,
A161165,
A161166,
A171172,
A171173,
A171174,
A171175,
A171177,
A171178.
-
Table[{3n-1,Reverse[Range[2n-1]]},{n,10}]//Flatten (* Harvey P. Dale, Jun 26 2022 *)
A171174
Triangle read by rows in which row n lists A033627(n) together with the first 2n-1 numbers <> 0 of A038608.
Original entry on oeis.org
2, -1, 4, -1, 2, -3, 7, -1, 2, -3, 4, -5, 10, -1, 2, -3, 4, -5, 6, -7, 13, -1, 2, -3, 4, -5, 6, -7, 8, -9, 16, -1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 19, -1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 12, -13, 22, -1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 12, -13, 14, -15, 25, -1, 2, -3, 4
Offset: 1
Triangle begins:
2, -1,
4, -1,2,-3,
7, -1,2,-3,4,-5,
10,-1,2,-3,4,-5,6,-7,
13,-1,2,-3,4,-5,6,-7,8,-9,
16,-1,2,-3,4,-5,6,-7,8,-9,10,-11,
19,-1,2,-3,4,-5,6,-7,8,-9,10,-11,12,-13,
22,-1,2,-3,4,-5,6,-7,8,-9,10,-11,12,-13,14,-15,
25,-1,2,-3,4,-5,6,-7,8,-9,10,-11,12,-13,14,-15,16,-17,
Cf.
A033627,
A038608,
A172310,
A171164,
A161165,
A161166,
A171172,
A171173,
A171175,
A171176,
A171177,
A171178.
A171177
Triangle read by rows in which row n lists 3n-1 together with the first 2n-1 numbers <> 0 of A038608, in reverse order.
Original entry on oeis.org
2, -1, 5, -3, 2, -1, 8, -5, 4, -3, 2, -1, 11, -7, 6, -5, 4, -3, 2, -1, 14, -9, 8, -7, 6, -5, 4, -3, 2, -1, 17, -11, 10, -9, 8, -7, 6, -5, 4, -3, 2, -1, 20, -13, 12, -11, 10, -9, 8, -7, 6, -5, 4, -3, 2, -1, 23, -15, 14, -13, 12, -11, 10, -9, 8, -7, 6, -5, 4, -3, 2, -1, 26, -17, 16, -15
Offset: 1
Triangle begins:
2, -1;
5, -3, 2, -1;
8, -5, 4, -3, 2, -1;
11,-7, 6, -5, 4, -3, 2, -1;
14,-9, 8, -7, 6, -5, 4, -3, 2, -1;
17,-11,10,-9, 8, -7, 6, -5, 4, -3, 2, -1;
20,-13,12,-11,10,-9, 8, -7, 6, -5, 4, -3, 2, -1;
23,-15,14,-13,12,-11,10,-9, 8, -7, 6, -5, 4, -3, 2, -1;
26,-17,16,-15,14,-13,12,-11,10,-9, 8, -7, 6, -5, 4, -3, 2, -1;
Cf.
A016789,
A038608,
A172310,
A171164,
A161165,
A161166,
A171172,
A171173,
A171174,
A171175,
A171176,
A171178.
A171172
Triangle read by rows in which row n lists 3n-2 together with the first 2n-1 positive integers.
Original entry on oeis.org
1, 1, 4, 1, 2, 3, 7, 1, 2, 3, 4, 5, 10, 1, 2, 3, 4, 5, 6, 7, 13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 19, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 22, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 25, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 28, 1
Offset: 1
Triangle begins:
1,1,
4,1,2,3,
7,1,2,3,4,5,
10,1,2,3,4,5,6,7,
13,1,2,3,4,5,6,7,8,9,
16,1,2,3,4,5,6,7,8,9,10,11,
19,1,2,3,4,5,6,7,8,9,10,11,12,13,
22,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
25,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,
A171164
A polyspiral path: a(n) represents the n-th vertex of a lattice path with an infinite number of finite square spirals.
Original entry on oeis.org
0, 1, 2, 3, 4, 8, 12, 13, 14, 16, 18, 21, 24, 31, 38, 39, 40, 42, 44, 47, 50, 54, 58, 63, 68, 78, 88, 89, 90, 92, 94, 97, 100, 104, 108, 113, 118, 124, 130, 137, 144, 157, 170, 171, 172, 174, 176, 179, 182, 186, 190, 195, 200, 206, 212
Offset: 0
A171165
A polyspiral path: a(n) represents the n-th vertex of a lattice path with an infinite number of finite square spirals.
Original entry on oeis.org
0, 2, 4, 5, 6, 10, 14, 15, 16, 18, 20, 23, 26, 33, 40, 41, 42, 44, 46, 49, 52, 56, 60, 65, 70, 80, 90, 91, 92, 94, 96, 99, 102, 106, 110, 115, 120, 126, 132, 139, 146, 159, 172, 173, 174, 176, 178, 181, 184, 188, 192, 197, 202, 208, 214
Offset: 0
Showing 1-10 of 16 results.
Comments