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.

A121938 Primes of the form (3^k + 5^k)/2^3 = A074606(k)/8.

Original entry on oeis.org

19, 421, 10039, 95383574161, 2384331073699, 1925929944387235853055979210606894889560480247048440342330377620014353281101
Offset: 1

Views

Author

Zak Seidov, Sep 10 2006

Keywords

Comments

Corresponding numbers k such that (3^k + 5^k)/8 is prime are listed in A122853. All these numbers are primes. - Alexander Adamchuk, Sep 14 2006
The next term is too large to include. - Alexander Adamchuk, Sep 14 2006

Crossrefs

Programs

  • Mathematica
    Do[f=5^n+3^n;If[PrimeQ[f/2^3],Print[{n,f/2^3}]],{n,1,1231}] (* Alexander Adamchuk, Sep 14 2006 *)

Formula

a(n) = (A122853(n)^3 + A122853(n)^5)/8. a(n) = A074606[A122853(n)]/8 = A081186[A122853(n)]/4. a(n) = A079773[A122853(n)]. - Alexander Adamchuk, Sep 14 2006

Extensions

More terms from Alexander Adamchuk, Sep 14 2006