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

A175736 Increasing gaps between 2-pseudoprimes (lower end).

Original entry on oeis.org

341, 645, 3277, 4681, 5461, 6601, 11305, 16705, 19951, 25761, 35333, 68101, 75361, 93961, 137149, 294409, 367081, 688213, 950797, 1207361, 2035153, 2537641, 3235699, 6386993, 7040001, 12096613, 19781763, 24356377, 34944001, 49664207, 50523661
Offset: 1

Views

Author

Keywords

Comments

A175738 is the main entry for this sequence.

Crossrefs

Cf. A175737 (upper end), A175738.

A175737 Increasing gaps between 2-pseudoprimes (upper end).

Original entry on oeis.org

561, 1105, 4033, 5461, 6601, 7957, 12801, 18705, 23001, 29341, 39865, 72885, 80581, 101101, 149281, 314821, 387731, 710533, 976873, 1246785, 2077545, 2603381, 3316951, 6474691, 7177105, 12261061, 19985269, 24726773, 35428141, 50155733, 51030601
Offset: 1

Views

Author

Keywords

Comments

A175738 is the main entry for this sequence.

Crossrefs

Cf. A175736 (lower end).

A335326 Lesser of 2 consecutive Fermat pseudoprimes to base 2 with no prime numbers in between them.

Original entry on oeis.org

4369, 13741, 31609, 6973057, 208969201
Offset: 1

Views

Author

Amiram Eldar, Jun 01 2020

Keywords

Comments

The corresponding larger counterparts are 4371, 13747, 31621, 6973063, 208969223.
The corresponding gaps between the consecutive pseudoprimes are 2, 6, 12, 6, 22.
a(6) > 10^15, if it exists.

Examples

			4369 is a term since it is a Fermat pseudoprime to base 2, and between it and the next Fermat pseudoprime to base 2, 4371, there is only one number, 4370, which is composite.
		

Crossrefs

Programs

  • Mathematica
    psp = Cases[Import["https://oeis.org/A001567/b001567.txt", "Table"], {, }][[;; , 2]]; s = {}; Do[If[NextPrime[psp[[k]]] > psp[[k + 1]], AppendTo[s, psp[[k]]]], {k, 1, Length[psp] - 1}]; s
Showing 1-3 of 3 results.