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.

A102906 Primes of the form 3^k + 28.

Original entry on oeis.org

29, 31, 37, 109, 271, 757, 59077, 4782997, 43046749, 847288609471, 717897987691852588770277, 58149737003040059690390197, 30903154382632612361920641803557, 1824800363140073127359051977856583949
Offset: 1

Views

Author

Roger L. Bagula, Mar 01 2005

Keywords

Crossrefs

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

Programs

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

Formula

a(n) = 3^A219046(n) + 28. - Elmo R. Oliveira, Nov 12 2023

Extensions

a(1) added by Vincenzo Librandi, Jul 19 2012