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.

A051157 a(n) = (2^p^3 - 1)/(2^p^2 - 1) where p = n-th prime.

Original entry on oeis.org

17, 262657, 1267650638007162390353805312001, 31828687130226401637050536789795514059715404495050094614691019248562308626412218127220737
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(2^Prime[n]^3 - 1)/(2^Prime[n]^2 - 1),{n,4}] (* Stefano Spezia, Dec 23 2022 *)