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.

A154547 Sophie Germain primes of A154276.

Original entry on oeis.org

902501, 10824101, 19096901, 26832401, 40322501, 166926401, 255360401, 309760001, 335622401, 338928101, 404814401, 412090001, 430562501, 441840401, 651270401, 702780101, 885062501, 1006792901, 1029768101, 1160764901
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    lst={};Do[If[PrimeQ[p=81*n^2-72*n+17],If[PrimeQ[2*p+1],AppendTo[lst,p]]],{n,8!}];lst