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.

A128032 Numbers k such that (19^k - 3^k)/16 is prime.

Original entry on oeis.org

73, 271, 421, 2711
Offset: 1

Views

Author

Alexander Adamchuk, Feb 11 2007

Keywords

Comments

All terms are primes.
No other terms <= 10^5. - Robert Price, Aug 27 2011

Crossrefs

Programs

  • Mathematica
    k=16; Select[ Prime[ Range[1,200] ], PrimeQ[ ((k+3)^# - 3^#)/k ]& ]
  • PARI
    is(n)=isprime((19^n-3^n)/16) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

2711 from Farideh Firoozbakht, Apr 07 2007