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.

A332333 a(n) = A335778(n)/12.

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 7, 11, 8, 31, 12, 34, 14, 15, 61, 39, 29, 86, 34, 116, 44, 142, 51, 163, 79, 62, 193, 91, 68, 101, 103, 227, 76, 218, 235, 79, 91, 129, 99, 100, 143, 147, 149, 107, 310, 473, 343, 171, 125, 394, 187, 401, 191, 142, 203, 147, 418, 460, 156
Offset: 1

Views

Author

Jeff Brown, Jul 06 2020

Keywords

Crossrefs

Programs

  • Mathematica
    Select[IntegerQ][Table[Sqrt[2*Prime[n]^2 - 2*Prime[n-1]^2]/12, {n, 37000}]]