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.

A092059 Primes in A092058.

This page as a plain text file.
%I A092059 #1 Jun 12 2004 03:00:00
%S A092059 2,5,7,13,17,29,31,37,41,47,59,71,73,103,113,131,139,179,251,257,281,
%T A092059 283,317,337,349,353,383,397,409,421,467,487,491,599,601,607,683,727,
%U A092059 787,857,863,907,991,997,1009,1021,1061,1091,1097,1129,1151,1193,1217
%N A092059 Primes in A092058.
%o A092059 (PARI) for (i=1,1500,if(isprime(i) && isprime(2*prime(i)^2-1),print1(i,",")))
%Y A092059 Cf. A092057 A092058.
%K A092059 easy,nonn
%O A092059 0,1
%A A092059 mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Feb 19 2004