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-9 of 9 results.

A128066 Numbers k such that (3^k + 4^k)/7 is prime.

Original entry on oeis.org

3, 5, 19, 37, 173, 211, 227, 619, 977, 1237, 2437, 5741, 13463, 23929, 81223, 121271
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.

Crossrefs

Cf. A007658 = n such that (3^n + 1)/4 is prime; A057469 ((3^n + 2^n)/5); A122853 ((3^n + 5^n)/8).
Cf. A059801 (4^n - 3^n); A121877 ((5^n - 3^n)/2).

Programs

  • Maple
    a:=proc(n) if type((3^n+4^n)/7,integer)=true and isprime((3^n+4^n)/7)=true then n else fi end: seq(a(n),n=1..1500); # Emeric Deutsch, Feb 17 2007
  • Mathematica
    Do[ p=Prime[n]; f=(3^p+4^p)/(4+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    f(n)=(3^n + 4^n)/7;
    forprime(n=3,10^5,if(ispseudoprime(f(n)),print1(n,", ")))
    /* Joerg Arndt, Mar 27 2011 */

Extensions

3 more terms from Emeric Deutsch, Feb 17 2007
2 more terms from Farideh Firoozbakht, Apr 16 2007
Two more terms (13463 and 23929) found by Lelio R Paula in 2008 corresponding to probable primes with 8105 and 14406 digits. Jean-Louis Charton, Oct 06 2010
Two more terms (81223 and 121271) found by Jean-Louis Charton in March 2011 corresponding to probable primes with 48901 and 73012 digits

A128071 Numbers k such that (3^k + 13^k)/16 is prime.

Original entry on oeis.org

3, 7, 127, 2467, 3121, 34313
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(4) is certified prime by primo; a(5) is a probable prime. - Ray G. Opao, Aug 02 2007
a(7) > 10^5. - Robert Price, Apr 14 2013

Crossrefs

Cf. A007658 = numbers n such that (3^n + 1)/4 is prime. Cf. A057469 = numbers n such that (3^n + 2^n)/5 is prime. Cf. A122853 = numbers n such that (3^n + 5^n)/8 is prime. Cf. A128066, A128067, A128068, A128069, A128070, A128072, A128073, A128074, A128075. Cf. A059801 = numbers n such that 4^n - 3^n is prime. Cf. A121877 = numbers n such that (5^n - 3^n)/2 is a prime. Cf. A128024, A128025, A128026, A128027, A128028, A128029, A128030, A128031, A128032.

Programs

  • Mathematica
    k=13; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    is(n)=isprime((3^n+13^n)/16) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

One more term from Ray G. Opao, Aug 02 2007
a(6) from Robert Price, Apr 14 2013

A128075 Numbers k such that (3^k + 19^k)/22 is prime.

Original entry on oeis.org

3, 61, 71, 109, 9497, 36007, 50461, 66919
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(9) > 10^5. - Robert Price, Jul 21 2013

Crossrefs

Cf. A007658 (numbers k such that (3^k + 1)/4 is prime).
Cf. A057469 (numbers k such that (3^k + 2^k)/5 is prime).
Cf. A122853 (numbers k such that (3^k + 5^k)/8 is prime).
Cf. A059801 (numbers k such that 4^k - 3^k is prime).
Cf. A121877 (numbers k such that (5^k - 3^k)/2 is prime).

Programs

  • Mathematica
    k=19; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,9592} ]
  • PARI
    is(n)=isprime((3^n+19^n)/22) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

a(5)-a(8) from Robert Price, Jul 21 2013

A128072 Numbers k such that (3^k + 14^k)/17 is prime.

Original entry on oeis.org

3, 7, 71, 251, 1429, 2131, 2689, 36683, 60763
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(10) > 10^5. - Robert Price, Apr 20 2013

Crossrefs

Cf. A007658 (numbers k such that (3^k + 1)/4 is prime).
Cf. A057469 (numbers k such that (3^k + 2^k)/5 is prime).
Cf. A122853 (numbers k such that (3^k + 5^k)/8 is prime).
Cf. A059801 (numbers k such that 4^k - 3^k is prime).
Cf. A121877 (numbers k such that (5^k - 3^k)/2 is prime).

Programs

  • Mathematica
    k=14; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    is(n)=isprime((3^n+14^n)/17) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

3 more terms from Ryan Propper, Jan 28 2008
a(8)-a(9) from Robert Price, Apr 20 2013

A128073 Numbers k such that (3^k + 16^k)/19 is prime.

Original entry on oeis.org

5, 17, 61, 673, 919, 2089, 86939
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(8) > 10^5 - Robert Price, Jun 29 2013

Crossrefs

Cf. A007658 (numbers k such that (3^k + 1)/4 is prime).
Cf. A057469 (numbers k such that (3^k + 2^k)/5 is prime).
Cf. A122853 (numbers k such that (3^k + 5^k)/8 is prime).
Cf. A059801 (numbers k such that 4^k - 3^k is prime).
Cf. A121877 (numbers k such that (5^k - 3^k)/2 is prime).

Programs

  • Mathematica
    k=16; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    is(n)=isprime((3^n+16^n)/19) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

a(5) from Alexander Adamchuk, Feb 14 2007
a(6) and a(7) from Robert Price, Jun 29 2013

A128067 Numbers k such that (3^k + 7^k)/10 is prime.

Original entry on oeis.org

3, 13, 31, 313, 3709, 7933, 14797, 30689, 38333
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(10) > 10^5. - Robert Price, Oct 03 2012

Crossrefs

Cf. A007658 = numbers n such that (3^n + 1)/4 is prime. Cf. A057469 = numbers n such that (3^n + 2^n)/5 is prime. Cf. A122853 = numbers n such that (3^n + 5^n)/8 is prime. Cf. A128066, A128068, A128069, A128070, A128071, A128072, A128073, A128074, A128075. Cf. A059801 = numbers n such that 4^n - 3^n is prime. Cf. A121877 = numbers n such that (5^n - 3^n)/2 is a prime. Cf. A128024, A128025, A128026, A128027, A128028, A128029, A128030, A128031, A128032.

Programs

  • Mathematica
    k=7; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    is(n)=isprime((3^n+7^n)/10) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

More terms from Ryan Propper, Apr 02 2007
a(7)-a(9) from Robert Price, Oct 03 2012

A128070 Numbers k such that (3^k + 11^k)/14 is prime.

Original entry on oeis.org

3, 103, 271, 523, 23087, 69833
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(7) > 10^5. - Robert Price, Mar 04 2013

Crossrefs

Cf. A007658 (numbers k such that (3^k + 1)/4 is prime).
Cf. A057469 (numbers k such that (3^k + 2^k)/5 is prime).
Cf. A122853 (numbers k such that (3^k + 5^k)/8 is prime).
Cf. A059801 (numbers k such that 4^k - 3^k is prime).
Cf. A121877 (numbers k such that (5^k - 3^k)/2 is prime).

Programs

  • Mathematica
    k=11; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    is(n)=isprime((3^n+11^n)/14) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

a(5)-a(6) from Robert Price, Mar 04 2013

A128068 Numbers k such that (3^k + 8^k)/11 is prime.

Original entry on oeis.org

5, 163, 191, 229, 271, 733, 21059, 25237
Offset: 1

Views

Author

Alexander Adamchuk, Feb 14 2007

Keywords

Comments

All terms are primes.
a(9) > 10^5. - Robert Price, Mar 06 2013

Crossrefs

Cf. A007658 = numbers n such that (3^n + 1)/4 is prime. Cf. A057469 = numbers n such that (3^n + 2^n)/5 is prime. Cf. A122853 = numbers n such that (3^n + 5^n)/8 is prime. Cf. A128066, A128067, A128069, A128070, A128071, A128072, A128073, A128074, A128075. Cf. A059801 = numbers n such that 4^n - 3^n is prime. Cf. A121877 = numbers n such that (5^n - 3^n)/2 is a prime. Cf. A128024, A128025, A128026, A128027, A128028, A128029, A128030, A128031, A128032.

Programs

  • Mathematica
    k=8; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n,1,100} ]
  • PARI
    is(n)=isprime((3^n+8^n)/11) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

a(6) from Alexander Adamchuk, Feb 14 2007
a(7)-a(8) from Robert Price, Mar 06 2013

A328660 Numbers k such that (10^k + 7^k)/17 is prime.

Original entry on oeis.org

3, 5, 11, 19, 1259, 1399, 2539, 2843, 5857, 10589
Offset: 1

Views

Author

Tim Johannes Ohrtmann, Oct 24 2019

Keywords

Comments

All terms are odd primes. Proof: a(n) cannot be even, because (10^(2*k) + 7^(2*k))/17 is not an integer. If odd number k = x*y, then (10^x + 7^x) and (10^y + 7^y) are nontrivial factors of (10^(x*y) + 7^(x*y)). In conclusion, a(n) must be odd and prime. - Daniel Suteu, Jan 22 2020
The corresponding primes are 79, 6871, 5998666279, 588905817363845479, ...
a(11) > 60000. - Michael S. Branicky, Jul 11 2024

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(1000) | IsPrime((10^p+7^p) div 17)]; // Modified by Jinyuan Wang, Jan 22 2020
  • Mathematica
    Select[Table[Prime[n], {n, 500}], PrimeQ[(10^#+7^#)/17] &] (* Modified by Jinyuan Wang, Jan 22 2020 *)
  • PARI
    forprime(k=3, 10000, if(isprime((10^k+7^k)/17), print1(k, ", ")))
    
Showing 1-9 of 9 results.