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 21-22 of 22 results.

A122764 Initial terms of arithmetic progression of primes in A005115 with duplicates removed.

Original entry on oeis.org

2, 3, 5, 7, 199, 110437, 4943, 31385539, 115453391, 53297929, 3430751869, 4808316343, 8297644387, 214861583621, 5749146449311
Offset: 1

Views

Author

Roger L. Bagula, Sep 22 2006

Keywords

Comments

Old title was: "In A005115 a+b*j: the a term with duplicates removed."
If duplicate terms are not removed, we obtain A113827. - Charlie Neder, Feb 02 2019

Examples

			A005115(7) comes from the 7-term prime progression {7, 157, 307, 457, 607, 757, 907}, and so 7 is in this sequence. - _Charlie Neder_, Feb 02 2019
		

Crossrefs

Programs

  • Mathematica
    a = {{ 1, 2, 2}, {2, 2 + j, 3}, {3, 3 + 2j, 7}, {4, 5 + 6j, 23}, {5, 5 + 6j, 29}, {6, 7 + 30j, 157}, {7, 7 + 150j, 907}, {8, 199 + 210j, 1669}, {9, 199 + 210j, 1879}, {10, 199 + 210j, 2089}, {11, 110437 + 13860j, 249037}, {12, 110437 + 13860j, 262897}}
    Union[Table[CoefficientList[a[[n, 2]], j][[1]], {n, 1, 12}]]

Extensions

Better name and a(7)-a(15) from Charlie Neder, Feb 02 2019

A260939 Thirteen primes in arithmetic progression with difference 60060 and minimal initial term.

Original entry on oeis.org

4943, 65003, 125063, 185123, 245183, 305243, 365303, 425363, 485423, 545483, 605543, 665603, 725663
Offset: 1

Views

Author

Marco RipĂ , Aug 05 2015

Keywords

Comments

This sequence is 13 primes long and was discovered by W. N. Seredinsky.

Examples

			a(4) = 4943 + 3*60060 = 185123.
		

Crossrefs

Programs

Formula

a(n) = 4943 + (n-1)*60060 = 4943 + (n-1)*2*A002110(6).
Previous Showing 21-22 of 22 results.