A062318
Numbers of the form 3^m - 1 or 2*3^m - 1; i.e., the union of sequences A048473 and A024023.
Original entry on oeis.org
0, 1, 2, 5, 8, 17, 26, 53, 80, 161, 242, 485, 728, 1457, 2186, 4373, 6560, 13121, 19682, 39365, 59048, 118097, 177146, 354293, 531440, 1062881, 1594322, 3188645, 4782968, 9565937, 14348906, 28697813, 43046720, 86093441, 129140162
Offset: 1
Ahmed Fares (ahmedfares(AT)my-deja.com), Jul 05 2001
The first rows in Pascal's triangle with no multiples of 3 are:
row 0: 1;
row 1: 1, 1;
row 2: 1, 2, 1;
row 5: 1, 5, 10, 10, 5, 1;
row 8: 1, 8, 28, 56, 70, 56, 28, 8, 1;
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Daniel Birmajer, Juan B. Gil, Jordan O. Tirrell, and Michael D. Weiner, Pattern-avoiding stabilized-interval-free permutations, arXiv:2306.03155 [math.CO], 2023.
- Sayan Dutta, Lorenz Halbeisen, and Norbert Hungerbühler, Properties of Hesse derivatives of cubic curves, arXiv:2309.05048 [math.AG], 2023. See p. 9.
- Gyula Tasi and Fujio Mizukami, Quantum algebraic-combinatoric study of the conformational properties of n-alkanes, J. Math. Chemistry, 25, 1999, 55-64 (see p. 60).
- Index entries for linear recurrences with constant coefficients, signature (1,3,-3).
Moore lower bound on the order of a (k,g) cage:
A198300 (square); rows:
A000027 (k=2),
A027383 (k=3), this sequence (k=4),
A061547 (k=5),
A198306 (k=6),
A198307 (k=7),
A198308 (k=8),
A198309 (k=9),
A198310 (k=10),
A094626 (k=11); columns:
A020725 (g=3),
A005843 (g=4),
A002522 (g=5),
A051890 (g=6),
A188377 (g=7). -
Jason Kimberley, Oct 30 2011
Cf.
A037233 (actual order of a (4,g)-cage).
-
I:=[0,1,2]; [n le 3 select I[n] else Self(n-1)+3*Self(n-2) -3*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Apr 20 2012
-
A062318 :=proc(n)
if n mod 2 = 1 then
3^((n-1)/2)-1
else
2*3^(n/2-1)-1
fi
end proc:
seq(A062318(n), n=1..37); # Emeric Deutsch, Feb 03 2005, offset updated
-
CoefficientList[Series[x^2*(1+x)/((1-x)*(1-3*x^2)),{x,0,40}],x] (* Vincenzo Librandi, Apr 20 2012 *)
A062318[n_]:= (1/3)*(Boole[n==0] -3 +3^(n/2)*(2*Mod[n+1,2] +Sqrt[3] *Mod[n, 2]));
Table[A062318[n], {n, 50}] (* G. C. Greubel, Apr 17 2023 *)
-
a(n)=3^(n\2)<M. F. Hasler, Oct 06 2014
-
def A062318(n): return (1/3)*(int(n==0) - 3 + 2*((n+1)%2)*3^(n/2) + (n%2)*3^((n+1)/2))
[A062318(n) for n in range(1,41)] # G. C. Greubel, Apr 17 2023
A054760
Table T(n,k) = order of (n,k)-cage (smallest n-regular graph of girth k), n >= 2, k >= 3, read by antidiagonals.
Original entry on oeis.org
3, 4, 4, 5, 6, 5, 6, 8, 10, 6, 7, 10, 19, 14, 7, 8, 12, 30, 26, 24, 8, 9, 14, 40, 42, 67, 30, 9, 10, 16, 50, 62
Offset: 0
First eight antidiagonals are:
3 4 5 6 7 8 9 10
4 6 10 14 24 30 58
5 8 19 26 67 80
6 10 30 42 ?
7 12 40 62
8 14 50
9 16
10
- P. R. Christopher, Degree monotonicity of cages, Graph Theory Notes of New York, 38 (2000), 29-32.
- Andries E. Brouwer, Cages
- M. Daven and C. A. Rodger, (k,g)-cages are 3-connected, Discr. Math., 199 (1999), 207-215.
- Geoff Exoo, Regular graphs of given degree and girth
- G. Exoo and R. Jajcay, Dynamic cage survey, Electr. J. Combin. (2008, 2011).
- Gordon Royle, Cubic Cages
- Gordon Royle, Cages of higher valency
- Pak Ken Wong, Cages-a survey, J. Graph Theory 6 (1982), no. 1, 1-22.
Orders of cages: this sequence (n,k),
A000066 (3,n),
A037233 (4,n),
A218553 (5,n),
A218554 (6,n),
A218555 (7,n),
A191595 (n,5).
Edited by
Jason Kimberley, Apr 25 2010, Oct 26 2011, Dec 21 2012, Jan 01 2013
A000066
Smallest number of vertices in trivalent graph with girth (shortest cycle) = n.
Original entry on oeis.org
4, 6, 10, 14, 24, 30, 58, 70, 112, 126
Offset: 3
- A. T. Balaban, Trivalent graphs of girth nine and eleven and relationships among cages, Rev. Roum. Math. Pures et Appl. 18 (1973) 1033-1043.
- Brendan McKay, personal communication.
- H. Sachs, On regular graphs with given girth, pp. 91-97 of M. Fiedler, editor, Theory of Graphs and Its Applications: Proceedings of the Symposium, Smolenice, Czechoslovakia, 1963. Academic Press, NY, 1964.
- N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- Gabriela Araujo-Pardo, Geoffrey Exoo, and Robert Jajcay, Small bi-regular graphs of even girth Discrete Mathematics 339.2 (2016): 658-667.
- Andries E. Brouwer, Cages
- Geoff Exoo, Regular graphs of given degree and girth
- G. Exoo and R. Jajcay, Dynamic cage survey, Electr. J. Combin. (2008, 2011).
- Brendan McKay, W. Myrvold and J. Nadon, Fast backtracking principles applied to find new cages, 9th Annual ACM-SIAM Symposium on Discrete Algorithms, 1998, 188-191.
- M. O'Keefe and P. K. Wong, A smallest graph of girth 10 and valency 3, J. Combin. Theory, B 29 (1980), 91-105.
- Gordon Royle, Cubic Cages
- Eric Weisstein's World of Mathematics, Cage Graph
- Pak Ken Wong, Cages-a survey, J. Graph Theory 6 (1982), no. 1, 1-22.
Orders of cages:
A054760 (n,k), this sequence (3,n),
A037233 (4,n),
A218553 (5,n),
A218554 (6,n),
A218555 (7,n),
A191595 (n,5).
Balaban proved 112 as an upper bound for a(11). The proof that it is also a lower bound is in the paper by
Brendan McKay, W. Myrvold and J. Nadon.
A184940
Irregular triangle C(n,g) counting the connected 4-regular simple graphs on n vertices with girth exactly g.
Original entry on oeis.org
1, 1, 2, 5, 1, 16, 0, 57, 2, 263, 2, 1532, 12, 10747, 31, 87948, 220, 803885, 1606, 8020590, 16828, 86027734, 193900, 983417704, 2452818, 11913817317, 32670329, 1, 152352034707, 456028472, 2, 2050055948375, 6636066091, 8, 28466137588780, 100135577616, 131
Offset: 5
1;
1;
2;
5, 1;
16, 0;
57, 2;
263, 2;
1532, 12;
10747, 31;
87948, 220;
803885, 1606;
8020590, 16828;
86027734, 193900;
983417704, 2452818;
11913817317, 32670329, 1;
152352034707, 456028472, 2;
2050055948375, 6636066091, 8;
28466137588780, 100135577616, 131;
Connected 4-regular simple graphs with girth exactly g: this sequence (triangle); chosen g:
A184943 (g=3),
A184944 (g=4),
A184945 (g=5),
A184946 (g=6).
Triangular arrays C(n,g) counting connected simple k-regular graphs on n vertices with girth exactly g:
A198303 (k=3), this sequence (k=4),
A184950 (k=5),
A184960 (k=6),
A184970 (k=7),
A184980 (k=8).
A184941
Irregular triangle C(n,g) counting the connected 4-regular simple graphs on n vertices with girth at least g.
Original entry on oeis.org
1, 1, 2, 6, 1, 16, 0, 59, 2, 265, 2, 1544, 12, 10778, 31, 88168, 220, 805491, 1606, 8037418, 16828, 86221634, 193900, 985870522, 2452818, 11946487647, 32670330, 1, 152808063181, 456028474, 2, 2056692014474, 6636066099, 8, 28566273166527, 100135577747, 131
Offset: 5
1;
1;
2;
6, 1;
16, 0;
59, 2;
265, 2;
1544, 12;
10778, 31;
88168, 220;
805491, 1606;
8037418, 16828;
86221634, 193900;
985870522, 2452818;
11946487647, 32670330, 1;
152808063181, 456028474, 2;
2056692014474, 6636066099, 8;
28566273166527, 100135577747, 131;
Connected 4-regular simple graphs with girth at least g: this sequence (triangle); chosen g:
A006820 (g=3),
A033886 (g=4),
A058343 (g=5),
A058348 (g=6).
Triangular arrays C(n,g) counting connected simple k-regular graphs on n vertices with girth at least g:
A185131 (k=3), this sequence (k=4),
A184951 (k=5),
A184961 (k=6),
A184971 (k=7),
A184981 (k=8).
A191595
Order of smallest n-regular graph of girth 5.
Original entry on oeis.org
5, 10, 19, 30, 40, 50
Offset: 2
- M. Abreu et al., A family of regular graphs of girth 5, Discrete Math., 308 (2008), 1810-1815.
- Andries E. Brouwer, Cages
- Geoff Exoo, Regular graphs of given degree and girth
- G. Exoo and R. Jajcay, Dynamic cage survey, Electr. J. Combin. (2008, 2011).
- G. Royle, Cages of higher valency
Orders of cages:
A054760 (n,k),
A000066 (3,n),
A037233 (4,n),
A218553 (5,n),
A218554 (6,n),
A218555 (7,n), this sequence (n,5).
Moore lower bound on the orders of (k,g) cages:
A198300 (square); rows:
A000027 (k=2),
A027383 (k=3),
A062318 (k=4),
A061547 (k=5),
A198306(k=6),
A198307 (k=7),
A198308 (k=8),
A198309 (k=9),
A198310 (k=10),
A094626 (k=11); columns:
A020725 (g=3),
A005843 (g=4),
A002522 (g=5),
A051890 (g=6),
A188377 (g=7). -
Jason Kimberley, Nov 02 2011
A218553
Order of (5,n) cage, i.e., minimal order of 5-regular graph of girth n.
Original entry on oeis.org
Orders of cages:
A054760 (n,k),
A000066 (3,n),
A037233 (4,n), this sequence (5,n),
A218554 (6,n),
A218555 (7,n),
A191595 (n,5).
A218554
Order of (6,n) cage, i.e., minimal order of 6-regular graph of girth n.
Original entry on oeis.org
Orders of cages:
A054760 (n,k),
A000066 (3,n),
A037233 (4,n),
A218553 (5,n), this sequence (6,n),
A218555 (7,n),
A191595 (n,5).
A218555
Order of (7,n) cage, i.e., minimal order of 7-regular graph of girth n.
Original entry on oeis.org
Orders of cages:
A054760 (n,k),
A000066 (3,n),
A037233 (4,n),
A218553 (5,n),
A218554 (6,n), this sequence (7,n),
A191595 (n,5).
A185140
Irregular triangle E(n,g) counting not necessarily connected 4-regular simple graphs on n vertices with girth exactly g.
Original entry on oeis.org
1, 1, 2, 5, 1, 16, 0, 58, 2, 264, 2, 1535, 12, 10755, 31, 87973, 220, 803973, 1606, 8020967, 16829, 86029760, 193900, 983431053, 2452820, 11913921910, 32670331, 1, 152352965278, 456028487, 2, 2050065073002, 6636066126, 8, 28466234288520, 100135577863, 131, 8020967, 16829
Offset: 5
05: 1;
06: 1;
07: 2;
08: 5, 1;
09: 16, 0;
10: 58, 2;
11: 264, 2;
12: 1535, 12;
13: 10755, 31;
14: 87973, 220;
15: 803973, 1606;
16: 8020967, 16829;
17: 86029760, 193900;
18: 983431053, 2452820;
19: 11913921910, 32670331, 1;
20: 152352965278, 456028487, 2;
21: 2050065073002, 6636066126, 8;
22: 28466234288520, 100135577863, 131;
Showing 1-10 of 11 results.
Comments