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.

A162018 Numbers n for which 2^^n != 2^2^n (mod n); for the "^^" notation see A092188.

Original entry on oeis.org

7, 9, 11, 13, 19, 21, 22, 23, 25, 27, 29, 31, 33, 35, 37, 38, 39, 41, 45, 47, 49, 50, 53, 54, 55, 57, 59, 61, 62, 63, 65, 66, 67, 69, 71, 73, 74, 75, 77, 79, 81, 82, 83, 86, 87, 89, 91, 92, 93, 94, 95, 97, 98, 99, 101, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115
Offset: 1

Views

Author

Robert Munafo, Jun 24 2009

Keywords

Examples

			7 is in the sequence because 2^2^7 = 2^128 == 4 mod 7, but 2^^7 = 2^2^2^2^2^2^2 == 2 mod 7.
		

Crossrefs