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.

A102874 Primes of the form 3^k + 14.

Original entry on oeis.org

17, 23, 41, 257, 743, 19697, 59063, 847288609457, 57264168970223481226273458862846808078011946903, 16173092699229880893718618465586445357583280647840659957623
Offset: 1

Views

Author

Roger L. Bagula, Mar 01 2005

Keywords

Comments

The sequence of corresponding n starts 1, 2, 3, 5, 6, 9, 10, 25, 98, 122, 153, 190, 258, 511, 549, ... (complete up to 10^3). [Joerg Arndt, Jul 19 2012]

Crossrefs

Cf. A000040, A219035 (corresponding k's).

Programs

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

Formula

a(n) = 3^A219035(n) + 14. - Elmo R. Oliveira, Nov 11 2023

Extensions

Edited by N. J. A. Sloane at the suggestion of Andrew S. Plewe, May 16 2007