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.

A362941 Numbers of the form (p+1)*(p+3) where (p,p+2) is a twin prime pair (cf. A001359).

Original entry on oeis.org

24, 48, 168, 360, 960, 1848, 3720, 5328, 10608, 11880, 19320, 22800, 32760, 37248, 39600, 52440, 58080, 73440, 80088, 97968, 121800, 177240, 187488, 214368, 273528, 326040, 361200, 383160, 413448, 436920, 657720, 677328, 687240, 737880, 779688, 1042440, 1067088, 1104600
Offset: 1

Views

Author

N. J. A. Sloane, Sep 10 2023, following a suggestion from Jean-Claude Babois

Keywords

Crossrefs

Programs

  • Mathematica
    ((# + 1)*(# + 3)) & /@ Select[Prime[Range[200]], PrimeQ[# + 2] &] (* Amiram Eldar, Sep 10 2023 *)

Formula

a(n) = A108604(n) - 1. - Amiram Eldar, Sep 10 2023