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.

Showing 1-2 of 2 results.

A171058 Numbers k such that 3^k + 3*k + 1 is prime.

Original entry on oeis.org

0, 1, 3, 41, 45, 83, 95, 181, 193, 195, 311, 325, 901, 1825, 3649, 7709, 16335, 45547
Offset: 1

Views

Author

N. J. A. Sloane, Sep 04 2010, based on a posting to the Sequence Fans Mailing List by Charles R Greathouse IV, Aug 23 2010

Keywords

Comments

a(19) > 10^5. - Michael S. Branicky, Jul 25 2024

Crossrefs

Numbers k such that b^k + b*k + 1 is prime: A301634 (b=2), this sequence (b=3), A301635 (b=5).

Programs

Extensions

More terms from Charles R Greathouse IV, Sep 07 2010

A301638 Primes of the form 5^k + 5*k + 1.

Original entry on oeis.org

2, 11, 48828181, 298023223876953251, 2910383045673370361328301, 258493941422821148397315216271863391739316284656524658203551
Offset: 1

Views

Author

Seiichi Manyama, Mar 25 2018

Keywords

Comments

The next term is too large to include.
The next term has 349 digits. - Harvey P. Dale, Dec 03 2018

Crossrefs

Primes of the form b^k+b*k+1: A163115 (b=2), A180269 (b=3), this sequence (b=5).
Cf. A301635.

Programs

  • Mathematica
    Select[Table[5^n+5n+1,{n,0,550}],PrimeQ] (* Harvey P. Dale, Dec 03 2018 *)

Formula

a(n) = 5^A301635(n) + 5*A301635(n) + 1.
Showing 1-2 of 2 results.