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.

A375197 Terms k in A025487 such that k-1 and k+1 are twin primes.

Original entry on oeis.org

4, 6, 12, 30, 60, 72, 180, 192, 240, 420, 432, 1152, 2310, 2592, 3360, 6300, 7560, 9240, 15360, 21600, 23040, 26880, 55440, 100800, 110880, 138240, 180180, 241920, 264600, 345600, 415800, 453600, 737280, 786432, 995328, 1088640, 1921920, 1940400, 2116800, 3456000
Offset: 1

Views

Author

Amiram Eldar, Aug 04 2024

Keywords

Crossrefs

Intersection of A014574 and A025487.
Subsequence of A344385.
A068507 is a subsequence.

Programs

  • Mathematica
    Select[Cases[Import["https://oeis.org/A025487/b025487.txt", "Table"], {, }][[;; , 2]], And @@ PrimeQ[# + {-1, 1}] &]

Formula

a(n) = A025487(A375198(n)).