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.

A285052 Number of idempotent equivalence classes for multiplication in Zn.

Original entry on oeis.org

1, 4, 4, 4, 4, 16, 4, 4, 4, 16, 4, 16, 4, 16, 16, 4, 4, 16, 4, 16, 16, 16, 4, 16, 4, 16, 4, 16, 4, 64, 4, 4, 16, 16, 16, 16, 4, 16, 16, 16, 4, 64, 4, 16, 16, 16, 4, 16, 4, 16, 16, 16, 4, 16, 16, 16, 16, 16, 4, 64, 4, 16, 16, 4, 16, 64, 4, 16, 16, 64, 4, 16, 4, 16, 16, 16, 16, 64, 4, 16, 4, 16, 4, 64, 16, 16, 16, 16, 4, 64, 16
Offset: 1

Views

Author

Chad Brewbaker, Apr 08 2017

Keywords

Comments

Consider triples (a,b,c) over Zn where a*b=c. Map each of the three elements to its idempotent under self multiplication, (g^i) * (g^i) = (g^i). Count the distinct triples.

Examples

			For n=6: [(0,0,0),(0,1,0),(0,4,0),(0,3,0),(1,0,0),(1,1,1),(1,4,4),(1,3,3),(4,0,0),(4,1,4),(4,4,4),(4,3,0),(3,0,0),(3,1,3),(3,4,0),(3,3,3)], so a(6) = 16.
		

Formula

Conjecture: a(n) = 4^A001221(n).