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.

A117382 Primes not expressible as the sum of two triangular numbers.

This page as a plain text file.
%I A117382 #7 Mar 05 2024 12:40:38
%S A117382 5,17,19,23,41,47,53,59,71,89,103,107,109,113,131,149,167,173,179,197,
%T A117382 223,229,233,239,251,257,269,271,283,293,311,313,317,337,347,349,359,
%U A117382 383,397,401,419,431,439,449,457,467,479,491,503,509,521,523,547,557
%N A117382 Primes not expressible as the sum of two triangular numbers.
%t A117382 Complement[ Prime@ Range@115, Union@ Flatten@ Table[i(i + 1)/2 + j(j + 1)/2, {i, 35}, {j, 0, i}]] (* _Robert G. Wilson v_, Apr 27 2006 *)
%Y A117382 Cf. A000040, A117112.
%K A117382 easy,nonn
%O A117382 0,1
%A A117382 _Greg Huber_, Apr 24 2006
%E A117382 More terms from _Robert G. Wilson v_, Apr 27 2006