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.

A173769 Primes in A154117.

Original entry on oeis.org

2, 7, 17, 37, 157, 317, 1277, 2557, 20477, 655357, 5242877, 671088637, 2684354557, 5368709117, 343597383677, 23058430092136939517, 23611832414348226068477, 48357032784585166988247037, 830767497365572420564879412675215357
Offset: 1

Views

Author

Vincenzo Librandi, Mar 05 2010

Keywords

Comments

Apart from the first term, the same as A172156. - R. J. Mathar, Mar 17 2010
Primes of the form 5*2^n-3.

Programs

  • Magma
    [ a: n in [0..150] | IsPrime(a) where a is 5*2^n-3 ];
  • Mathematica
     Select[Table[5*2^n-3,{n,0,300}],PrimeQ] (* Vincenzo Librandi, Jul 26 2012 *)

Extensions

Edited by N. J. A. Sloane, Mar 17 2010