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.

A124866 Numbers of the form (p^2-q^2)/8, p, q odd primes, p>q.

This page as a plain text file.
%I A124866 #13 Sep 17 2024 20:55:00
%S A124866 2,3,5,6,9,12,14,15,18,20,21,24,30,33,35,36,39,42,44,45,51,54,60,63,
%T A124866 65,66,69,75,81,84,90,96,99,102,104,105,111,114,117,119,120,126,129,
%U A124866 135,141,144,150,156,159,165,168,170,171,174,180,186,189,195,201,204,207
%N A124866 Numbers of the form (p^2-q^2)/8, p, q odd primes, p>q.
%C A124866 Primes in a(n) are {2, 3, 5}.
%t A124866 Take[Union[Flatten[Table[(Prime[p]^2 - Prime[q]^2)/8, {p, 2, 100}, {q, 2, p - 1}]]], 60] (* _Alonso del Arte_, Jul 14 2011 *)
%Y A124866 Cf. A124865 Numbers of the form p^2-q^2, p, q primes, p>q. Cf. A045636 Numbers of the form p^2+q^2, p, q primes.
%K A124866 nonn
%O A124866 1,1
%A A124866 _Alexander Adamchuk_, Nov 10 2006