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.

A350159 Number of subgroups of the dicyclic group Dic_n.

Original entry on oeis.org

3, 6, 8, 11, 10, 18, 12, 20, 19, 24, 16, 36, 18, 30, 32, 37, 22, 48, 24, 50, 40, 42, 28, 70, 37, 48, 48, 64, 34, 84, 36, 70, 56, 60, 56, 103, 42, 66, 64, 100, 46, 108, 48, 92, 90, 78, 52, 136, 63, 102, 80, 106, 58, 132, 80, 130, 88, 96, 64, 184, 66, 102, 116
Offset: 1

Views

Author

Firdous Ahmad Mala, Dec 17 2021

Keywords

Examples

			a(2) = A000005(4) + A000203(2) = 3+3 = 6.
Given the fact that Dic_2 is isomorphic to the quaternion group Q_8, the subgroups of Dic_2 are isomorphic to the subgroups of Q_8 which are {1}, {1,-1}, {1,i,-1,-i}, {1,j,-1,-j}, {1,k,-1,-k} and Q_8.
		

Crossrefs

Programs

  • Mathematica
    a[n_] := DivisorSigma[0, 2*n] + DivisorSigma[1, n]; Array[a, 50] (* Amiram Eldar, Dec 17 2021 *)
  • PARI
    a(n) = numdiv(2*n) + sigma(n); \\ Michel Marcus, Dec 18 2021

Formula

a(n) = A000005(2n) + A000203(n) = A099777(n) + A000203(n).