A124799
Number of base 30 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 30, 88, 204, 548, 1460, 4006, 11090, 31036, 87468, 248018, 706670, 2021738, 5804010, 16711552, 48241364, 139572076, 404612780, 1175026834, 3417771710, 9955368238, 29035695998, 84784671532, 247838482400, 725183659570
Offset: 0
A124803
Number of base 31 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 31, 91, 211, 567, 1511, 4147, 11483, 32143, 90607, 256971, 732323, 2095527, 6016951, 17327779, 50028971, 144768703, 419747711, 1219179643, 3546768563, 10332747607, 30141046727, 88025807059, 257351710523, 753131995951
Offset: 0
A124804
Number of base 32 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 32, 94, 218, 586, 1562, 4288, 11876, 33250, 93746, 265924, 757976, 2169316, 6229892, 17944006, 51816578, 149965330, 434882642, 1263332452, 3675765416, 10710126976, 31246397456, 91266942586, 266864938646, 781080332332
Offset: 0
A136493
Triangle of coefficients of characteristic polynomials of symmetrical pentadiagonal matrices of the type (1,-1,1,-1,1).
Original entry on oeis.org
1, -1, 1, 1, -2, 0, -1, 3, 0, 0, 1, -4, 1, 2, 0, -1, 5, -3, -5, 1, 1, 1, -6, 6, 8, -5, -2, 1, -1, 7, -10, -10, 14, 4, -4, 0, 1, -8, 15, 10, -29, -4, 12, 0, 0, -1, 9, -21, -7, 50, -4, -30, 4, 4, 0, 1, -10, 28, 0, -76, 28, 61, -20, -15, 2, 1
Offset: 0
Triangle begins:
1;
-1, 1;
1, -2, 0;
-1, 3, 0, 0;
1, -4, 1, 2, 0;
-1, 5, -3, -5, 1, 1;
1, -6, 6, 8, -5, -2, 1;
-1, 7, -10, -10, 14, 4, -4, 0;
1, -8, 15, 10, -29, -4, 12, 0, 0;
-1, 9, -21, -7, 50, -4, -30, 4, 4, 0;
1, -10, 28, 0, -76, 28, 61, -20, -15, 2, 1;
- Anthony Ralston and Philip Rabinowitz, A First Course in Numerical Analysis, 1978, ISBN 0070511586, see p. 256.
-
T[n_, m_]:= Piecewise[{{-1, 1+m==n || m==1+n}, {1, 2+m==n || m==n || m==2+n}}];
MO[d_]:= Table[T[n, m], {n,d}, {m,d}];
CL[n_]:= CoefficientList[CharacteristicPolynomial[MO[n], x], x];
Join[{{1}}, Table[Reverse[CL[n]], {n,10}]]//Flatten
(* For the signature of A124698 added by Georg Fischer, Mar 29 2021 : *)
Reverse[CoefficientList[CharacteristicPolynomial[{{1,-1,0,0,0}, {-1, 1,-1,0,0}, {0,-1,1,-1,0}, {0,0,-1,1,-1}, {0,0,0,-1,1}}, x], x]]
A124701
Number of base 8 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 8, 22, 50, 130, 338, 904, 2444, 6682, 18410, 51052, 142304, 398380, 1119308, 3154558, 8914010, 25246282, 71644298, 203665054, 579841286, 1653025900, 4718011460, 13479908926, 38548802570, 110327691316, 315985475588
Offset: 0
A124702
Number of base 9 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 9, 25, 57, 149, 389, 1045, 2837, 7789, 21549, 60005, 167957, 472169, 1332249, 3770785, 10701617, 30442909, 86779229, 247817845, 708837797, 2030401509, 5823331109, 16720830525, 48060737357, 138268935049, 398126270889
Offset: 0
A124703
Number of base 10 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 10, 28, 64, 168, 440, 1186, 3230, 8896, 24688, 68958, 193610, 545958, 1545190, 4387012, 12489224, 35639536, 101914160, 291970654, 837834650, 2407780858, 6928681418, 19961961014, 57573920446, 166216938550, 480300958390
Offset: 0
A124704
Number of base 11 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 11, 31, 71, 187, 491, 1327, 3623, 10003, 27827, 77911, 219263, 619747, 1758131, 5003239, 14276831, 40836163, 117049091, 336123463, 966831503, 2785160227, 8034032147, 23203096519, 67087148063, 194165268355, 562477731491
Offset: 0
A124705
Number of base 12 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 12, 34, 78, 206, 542, 1468, 4016, 11110, 30966, 86864, 244916, 693536, 1971072, 5619466, 16064438, 46032790, 132184022, 380276272, 1095828356, 3162539596, 9139382876, 26444232046, 76600376186, 222113604712, 644654567192
Offset: 0
A124706
Number of base 13 circular n-digit numbers with adjacent digits differing by 1 or less.
Original entry on oeis.org
1, 13, 37, 85, 225, 593, 1609, 4409, 12217, 34105, 95817, 270569, 767325, 2184013, 6235693, 17852045, 51229417, 147318953, 424429081, 1224825209, 3539918965, 10244733605, 29685367573, 86113604309, 250061941093, 726831403493
Offset: 0
Comments