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.

A083733 Pseudoprimes to bases 2 and 7.

Original entry on oeis.org

561, 1105, 2465, 3277, 8321, 10585, 18721, 29341, 46657, 62745, 75361, 104653, 115921, 162401, 219781, 226801, 252601, 278545, 294409, 314821, 334153, 340561, 399001, 410041, 449065, 488881, 512461, 530881, 534061, 552721, 574561, 587861
Offset: 1

Views

Author

Serhat Sevki Dincer (sevki(AT)ug.bilkent.edu.tr), May 05 2003

Keywords

Examples

			a(1)=561 since it is the first positive integer k(>1) which satisfies 2^(k-1) = 1 (mod k) and 7^(k-1) = 1 (mod k).
		

Crossrefs

Intersection of A005938 and A001567. - R. J. Mathar, Apr 05 2011

Programs

Formula

a(n) = n-th positive integer k(>1) such that 2^(k-1) = 1 (mod k) and 7^(k-1) = 1 (mod k).