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

A032419 Numbers k such that 139*2^k + 1 is prime.

Original entry on oeis.org

2, 14, 914, 12614, 335522, 1567874
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Maple
    select(k->isprime(139*2^k+1),[$0..1000])[]; # Muniru A Asiru, Dec 18 2018
  • Mathematica
    Select[Range[1000], PrimeQ[139*2^# + 1] & ] (* Robert Price, Dec 18 2018 *)
  • PARI
    is(n)=ispseudoprime(139*2^n+1) \\ Charles R Greathouse IV, Jun 07 2017

Extensions

One more term (from the Ballinger-Keller web page) from M. F. Hasler, Apr 18 2007
a(6) from the Ray Ballinger and Wilfrid Keller link by Robert Price, Dec 18 2018

A032413 Numbers k such that 127*2^k+1 is prime.

Original entry on oeis.org

2, 12, 18, 24, 54, 72, 114, 180, 214, 504, 558, 964, 1098, 1420, 2764, 4322, 5582, 10538, 14634, 23970, 61054, 67318, 88958, 96744, 297350, 357840, 376162, 723530, 916980, 925012, 1472718, 1817862, 5391378
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A032418.

Programs

Extensions

a(25)-a(32) from the Ray Ballinger and Wilfrid Keller link by Robert Price, Dec 17 2018
a(33) from Jeppe Stig Nielsen, Dec 23 2024
Showing 1-2 of 2 results.