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.

A375675 a(n) is the area of the rectangle whose edges are n and A375673(n).

Original entry on oeis.org

18, 16, 100, 72, 294, 64, 162, 150, 1210, 144, 2028, 490, 450, 256, 4624, 648, 6498, 400, 588, 2178, 11638, 576, 2500, 3718, 1458, 784, 23548, 1350, 28830, 1024, 2178, 8670, 4900, 1296, 49284, 12274, 3042, 1600, 67240, 2352, 77658, 1936, 4050, 22218, 101614, 2304, 14406
Offset: 3

Views

Author

Paolo Xausa, Aug 25 2024

Keywords

Crossrefs

Cf. A375673 (edges), A375674 (area/perimeter), A375676 (perimeter).

Programs

  • Mathematica
    A375675[n_] := Module[{b, r}, SolveValues[2*r == n*b/(n+b) && b >= n, {b, r}, Integers, MaxRoots -> 1][[1,1]]*n];
    Array[A375675, 100, 3]

Formula

a(n) = n*A375673(n).
a(n) = A375674(n)*A375676(n).