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.

Showing 1-1 of 1 results.

A271664 Erroneous version of A271811 (but for odd primes only).

Original entry on oeis.org

491, 668, 844, 1183, 1474, 1961, 2293, 2936, 4190, 4686, 6244, 7363, 7999, 9266, 11456, 13835, 14766, 17449, 19348, 20419, 23578, 25781, 29375, 34549, 37228, 38644, 41471, 43018, 46001, 57454, 60913, 66371, 68263, 77960, 80016, 86254, 92689, 97076, 103946, 111005, 113496
Offset: 2

Views

Author

Michel Marcus, Apr 12 2016

Keywords

Comments

Previous name was "Number of non-abelian groups of order prime(n)^6".

Crossrefs

Cf. A000001 (groups), A060689 (non-abelian groups),
Cf. A030516 (primes^6)
Cf. A271811.

Programs

  • PARI
    a(n) = if (n==2, 491, my(p=prime(n)); (13*p^2 + 145*p + 1338 + 80*gcd(p-1, 3) + 45*gcd(p-1, 4) + 8*gcd(p-1, 5) + 8*gcd(p-1, 6))/4);

Formula

a(n) = (13*p^2 + 145*p + 1338 + 80*gcd(p-1,3) + 45*gcd(p-1,4) + 8*gcd(p-1, 5) + 8*gcd(p-1,6))/4 for n>2 and where p = prime(n). See [Rodney James].
Showing 1-1 of 1 results.