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.

A077815 2^phi(n) mod n^2, where phi is Euler's totient function A000010.

Original entry on oeis.org

0, 2, 4, 4, 16, 4, 15, 16, 64, 16, 56, 16, 40, 64, 31, 0, 222, 64, 58, 256, 127, 56, 392, 256, 451, 40, 433, 176, 30, 256, 187, 0, 958, 800, 841, 208, 38, 780, 586, 1536, 944, 568, 1076, 1200, 91, 392, 2069, 1024, 2157, 1076, 1021, 1600, 1909, 2620, 826, 2752
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 17 2002

Keywords

Examples

			a(42) = 2^phi(42) mod 42*42 = 2^phi(2*3*7) mod 1764 = 2^(42*(1-1/2)*(1-1/3)*(1-1/7)) mod 1764 = 2^12 mod 1764 = 4096 mod 1764 = 568.
		

Crossrefs

Programs