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.

A104116 Primes of the form 6^n+13.

Original entry on oeis.org

19, 229, 7789, 279949, 28430288029929701389, 174588755932389037098918153698611839369229, 24071951487285782880390320326214662876142414926450873355734389735932734339553143491252967333529911309
Offset: 1

Views

Author

Roger L. Bagula, Mar 05 2005

Keywords

Crossrefs

Cf. A080174.

Programs

  • Magma
    [ a: n in [0..250] | IsPrime(a) where a is 6^n+13]; // Vincenzo Librandi, Jul 19 2012
  • Mathematica
    Select[Table[6^n+13,{n,0,300}],PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)

Extensions

Corrected a(7) by - Vincenzo Librandi, Jul 19 2012