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.

Original entry on oeis.org

5, 17, 19, 23, 41, 47, 53, 59, 71, 89, 103, 107, 109, 113, 131, 149, 167, 173, 179, 197, 223, 229, 233, 239, 251, 257, 269, 271, 283, 293, 311, 313, 317, 337, 347, 349, 359, 383, 397, 401, 419, 431, 439, 449, 457, 467, 479, 491, 503, 509, 521, 523, 547, 557
Offset: 0

Views

Author

Greg Huber, Apr 24 2006

Keywords

Crossrefs

Programs

  • Mathematica
    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 *)

Extensions

More terms from Robert G. Wilson v, Apr 27 2006