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.

A307748 Weak Skolem-Langford numbers that are prime.

Original entry on oeis.org

2412134003, 2742300437, 141753400357, 171450034753, 191453004359, 246200431613, 267240036473, 293251310059, 386732002687, 394530041519, 426724001617, 451714350037, 460054236253, 463724326007, 491514300539, 497514100579, 497524121579, 592632513169, 642732463007, 683002362181, 685200265181
Offset: 1

Views

Author

Lekraj Beedassy, Apr 26 2019

Keywords

Comments

Prime terms of A108116.
Largest element is a(411) = 973006384792642181. - Jinyuan Wang, Jul 23 2019

Crossrefs

Programs

  • Mathematica
    Select[Last /@ Cases[ Import[ "https://oeis.org/A108116/b108116.txt", "Table"], {A108116%20b-file,%20_Giovanni%20Resta">Integer, _Integer}], PrimeQ] (* based on A108116 b-file, _Giovanni Resta, Jul 03 2019 *)