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.

Previous Showing 41-44 of 44 results.

A387390 Numbers k such that (28^k + 3^k)/31 is prime.

Original entry on oeis.org

3, 17, 443, 3907, 18911, 50929
Offset: 1

Views

Author

Robert Price, Aug 28 2025

Keywords

Comments

The definition implies that k must be a prime.
a(7) > 10^5.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(28^# + 3^#)/31] &]

A387392 Numbers k such that (29^k + 3^k)/32 is prime.

Original entry on oeis.org

11, 181, 229, 311, 701, 4493, 5233, 13879
Offset: 1

Views

Author

Robert Price, Aug 28 2025

Keywords

Comments

The definition implies that k must be a prime.
a(9) > 10^5.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(29^# + 3^#)/32] &]

A387473 Numbers k such that (31^k + 3^k)/34 is prime.

Original entry on oeis.org

3, 5, 313, 677
Offset: 1

Views

Author

Robert Price, Aug 30 2025

Keywords

Comments

The definition implies that k must be a prime.
a(5) > 10^5.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(31^# + 3^#)/34] &]

A387474 Numbers k such that (32^k + 3^k)/35 is prime.

Original entry on oeis.org

3, 47, 107, 157, 4799, 21841
Offset: 1

Views

Author

Robert Price, Aug 30 2025

Keywords

Comments

The definition implies that k must be a prime.
a(7) > 10^5.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[10000]], PrimeQ[(32^# + 3^#)/35] &]
Previous Showing 41-44 of 44 results.