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.

Previous Showing 11-11 of 11 results.

A317914 a(n) = 142099325379199423 + (n-1)*3691994023167450.

Original entry on oeis.org

142099325379199423, 145791319402366873, 149483313425534323, 153175307448701773, 156867301471869223, 160559295495036673, 164251289518204123, 167943283541371573, 171635277564539023, 175327271587706473, 179019265610873923
Offset: 1

Views

Author

Marco RipĂ , Aug 10 2018

Keywords

Comments

The terms for n = 1..26 are prime. As of Aug 10 2018, this is one of the longest known sequences of primes in arithmetic progression.

Examples

			a(26) = 142099325379199423 + 25*16549135*223092870 = 234399175958385673 is prime.
		

Crossrefs

Programs

  • GAP
    List([1..26],n->142099325379199423+(n-1)*3691994023167450);
  • Maple
    seq(142099325379199423+(n-1)*3691994023167450,n=1..26);
  • Mathematica
    Table[142099325379199423 + (n - 1) 3691994023167450, {n, 1, 26}]

Formula

a(n) = 142099325379199423 + a(n-1)*16549135*23#, where 23# := 2*3*5*7*11*13*17*19*23 = 223092870.
Previous Showing 11-11 of 11 results.