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.

A105131 Primes of the form 512n+257.

Original entry on oeis.org

257, 769, 3329, 7937, 9473, 14081, 14593, 22273, 23297, 26881, 30977, 31489, 36097, 37633, 40193, 41729, 43777, 46337, 49409, 49921, 57089, 57601, 60161, 70913, 75521, 77569, 78593, 84737, 88321, 91393, 96001, 98561, 100609, 103681, 106753, 107777
Offset: 1

Views

Author

N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005

Keywords

Crossrefs

Programs

  • Magma
    [ a: n in [0..210] | IsPrime(a) where a is 512*n+257 ]; // Vincenzo Librandi, Jul 19 2012
  • Mathematica
    Select[Table[512*n+257,{n,0,800}],PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)