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.

Previous Showing 11-14 of 14 results.

A038784 An intermediate sequence for nonisomorphic circulant undirected p^2-graphs, indexed by odd primes p.

Original entry on oeis.org

4, 9, 16, 64, 196, 1296, 3600, 35344, 1397124, 4804864, 213218404, 2754990144, 9976014400, 133023596176, 6663770519184, 342723467635264, 1281107924034624, 67756702226982976, 963748303995476224, 3643830108147610000, 198705767966065582336, 2876682497805092456704
Offset: 1

Views

Author

N. J. A. Sloane, May 04 2000

Keywords

Crossrefs

Formula

a(p^2) = A049287(p)^2.

Extensions

More terms from Valery A. Liskovets, May 09 2001
More terms and offset corrected by Sean A. Irvine, Feb 14 2021

A070995 Number of nonisomorphic (undirected) Cayley graphs for the group Zp x Zp, where Zp is the elementary Abelian group of order p and p is prime. The sequence is index by primes, though starts with 1.

Original entry on oeis.org

1, 5, 50, 17794, 174685429024800, 1476099903835055889100, 569361345959217303084880851701375547158, 24894339520238610434672964029323166045198384692144, 221903632506534809770887023612289701531002339299063461384464526904412590996
Offset: 1

Views

Author

Marni Mishna, May 18 2002

Keywords

Comments

The formula comes from a cycle index; There is a similar formula for directed Cayley graphs

References

  • C. Godsil, On Cayley graph isomorphisms, Ars, Combin., 15:231-246, 1983

Crossrefs

Cf. A049287.

Extensions

a(9) from Sean A. Irvine, Jul 22 2024

A344517 Minimum diameter of 4-regular circulant graphs of order n.

Original entry on oeis.org

1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7
Offset: 4

Views

Author

Andres Cicuttin, May 21 2021

Keywords

References

  • F. Boesch and Jhing-Fa Wang, Reliable circulant networks with minimum transmission delay, IEEE Transactions on Circuits and Systems, vol. 32, no. 12, pp. 1286-1291, December 1985, doi: 10.1109/TCS.1985.1085667.
  • Bevan, David et al. Large circulant graphs of fixed diameter and arbitrary degree. Ars Math. Contemp. 13 (2017): 275-291.

Crossrefs

Programs

  • Mathematica
    mindiameter[n_]:=Module[{nmax,tab,stab},
    nmax=Floor[n/2];
    tab=Flatten[#,1]&@Table[Table[{n,i,j,GraphDiameter[CirculantGraph[n,{i,j}]]},{i,1,j-1}],{j,2,nmax}];
    stab=Sort[tab,#1[[4]]<#2[[4]]&];
    stab[[1]][[4]]//Return]
    Table[mindiameter[n],{n,4,120}]
    Table[Ceiling[(Sqrt[2n-1]-1)/2],{n,4,88}] (* Stefano Spezia, May 23 2021 *)

Formula

a(n) = ceiling((sqrt(2n-1)-1)/2).

A266479 Number of n-vertex simple graphs G_n for which n does not divide the number of labeled copies of G_n.

Original entry on oeis.org

0, 2, 2, 6, 3, 20, 4
Offset: 1

Views

Author

John P. McSorley, Dec 29 2015

Keywords

Comments

Let G_n be an n-vertex simple graph, with a(G_n) automorphisms. Then l(G_n) = n!/a(G_n) is the number of labeled copies of G_n. So a(n) is the number of G_n for which n does not divide l(G_n).
For prime p, a(p) is the number of circulants of order p.
The number of circulants of order n is A049287(n).

Examples

			If n=3 then both G_3 = K_3 and its complement have a(G_3) = 6, so l(G_3) = 3!/6 = 1, and so 3 does not divide l(G_3); no other graphs G_3 satisfy this, so a(3)=2.
		

References

  • John P. McSorley, Smallest labelled class (and largest automorphism group) of a tree T_{s,t} and good labellings of a graph, preprint, (2016).
  • R. C. Read, R. J. Wilson, An Atlas of Graphs, Oxford Science Publications, Oxford University Press, (1998).
  • James Turner, Point-symmetric graphs with a prime number of points, Journal of Combinatorial Theory, vol. 3 (1967), 136-145.

Crossrefs

Cf. A049287.
Previous Showing 11-14 of 14 results.