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.

A106571 Indices n of perfect squares n^2 which are not the difference of two primes.

Original entry on oeis.org

5, 7, 11, 13, 17, 19, 23, 25, 27, 29, 31, 35, 37, 41, 43, 47, 49, 51, 53, 55, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 83, 85, 87, 89, 91, 93, 95, 97, 101, 103, 107, 109, 113, 115, 119, 121, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 149, 151, 153, 155
Offset: 1

Views

Author

Alexandre Wajnberg, May 09 2005

Keywords

Comments

Also, n such that 1+n^2 is a nontotient (A005277). - T. D. Noe, Sep 13 2007

Examples

			a(3)=11 because the third square which is not the difference of two primes (121=11^2) is the 11th one in the succession of the perfect squares (thus index 11).
		

Crossrefs

Cf. A067201 (n such that n^2 + 2 is prime).

Formula

a(n) = sqrt(A106564(n)).

Extensions

Extended by Ray Chandler, May 12 2005