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.

A069739 Size of the key space for isomorphism verification of circulant graphs of order n.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 1, 5, 2, 1, 1, 2, 1, 1, 1, 14, 1, 2, 1, 2, 1, 1, 1, 5, 2, 1, 5, 2, 1, 1, 1, 42, 1, 1, 1, 4, 1, 1, 1, 5, 1, 1, 1, 2, 2, 1, 1, 14, 2, 2, 1, 2, 1, 5, 1, 5, 1, 1, 1, 2, 1, 1, 2, 132, 1, 1, 1, 2, 1, 1, 1, 10, 1, 1, 2, 2, 1, 1, 1, 14, 14, 1, 1, 2, 1, 1, 1, 5, 1, 2
Offset: 1

Views

Author

Valery A. Liskovets, Apr 15 2002

Keywords

Comments

Multiplicative with a(p^m) = Catalan(m) (A000108). Coincides with A066060 up to n=63 except for n=32.

Crossrefs

Programs

Formula

a(n) = prod_p Catalan(m_p) where n=prod_p p^(m_p), p|n prime.
From Antti Karttunen, May 28-29 2017: (Start)
a(1) = 1; for n > 1, a(n) = A000108(A067029(n)) * a(A028234(n)).
a(n) = A246596(A156552(n)). (End)