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.

A055669 Number of prime Hurwitz quaternions of norm prime(n).

Original entry on oeis.org

24, 96, 144, 192, 288, 336, 432, 480, 576, 720, 768, 912, 1008, 1056, 1152, 1296, 1440, 1488, 1632, 1728, 1776, 1920, 2016, 2160, 2352, 2448, 2496, 2592, 2640, 2736, 3072, 3168, 3312, 3360, 3600, 3648, 3792, 3936, 4032, 4176, 4320, 4368, 4608, 4656, 4752
Offset: 1

Views

Author

N. J. A. Sloane, Jun 09 2000

Keywords

Comments

Number of vectors of norm p in D_4 lattice (cf. A004011).

References

  • L. E. Dickson, Algebras and Their Arithmetics, Dover, 1960, Section 91.

Crossrefs

Cf. A240068 (number of prime Lipschitz quaternions having norm prime(n)).

Programs

  • Mathematica
    Join[{24},24(#+1)&/@Prime[Range[2,50]]] (* Harvey P. Dale, Mar 12 2013 *)

Formula

a(n) = 24 * (prime(n)+1) = 24 * A008864(n) for n >= 2.
a(n) = 24*A055670(n).
a(n) = A004011(prime(n)). - R. J. Mathar, Aug 01 2025

Extensions

More terms from David W. Wilson, May 02 2001