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.

A225906 Indices of primes whose Wilson quotients are also prime.

Original entry on oeis.org

3, 4, 5, 10, 137, 216, 381
Offset: 1

Views

Author

Jonathan Sondow, May 20 2013

Keywords

Comments

Is it a coincidence that the terms are alternately odd and even? Is it also a coincidence that the odd terms are all primes (= A225672)?

Examples

			The Wilson quotient of 7 is ((7-1)!+1)/7 = 103, which is prime, and 7 is the 4th prime, so 4 is a member.
		

Crossrefs

Formula

a(n) = A000720(A050299(n+1)).