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.

A093717 Numbers n such that 4^n+3^(n-1) is prime.

Original entry on oeis.org

1, 2, 3, 4, 6, 8, 10, 12, 15, 19, 27, 30, 32, 34, 43, 48, 51, 72, 88, 106, 906, 963, 1328, 1336, 1611, 1664, 2680, 3122, 3267, 5323, 6499, 7870, 32836, 37846, 38456, 41912, 45238, 51991, 63530, 68704
Offset: 1

Views

Author

Herman H. Rosenfeld (herm3(AT)pacbell.net), May 17 2004

Keywords

Comments

a(41) > 10^5. - Robert Price, Apr 11 2016

Examples

			19 is a member since 4^19 + 3^18 = 2388583837526729, which is a prime number.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], PrimeQ[4^# + 3^(# - 1)] &]
  • PARI
    is(n)=isprime(4^n+3^(n-1)) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

More terms from Robert G. Wilson v, Jun 18 2004
a(30)-a(40) from Robert Price, Apr 11 2016