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.

Showing 1-1 of 1 results.

A375529 Lexicographically earliest sequence of positive integers a(1), a(2), a(3), ... such that for any n > 0, Sum_{k = 1..n} prime(k)/a(k) < 1.

Original entry on oeis.org

3, 10, 151, 31711, 1580159131, 2950885219102973491, 11387023138265143513338462726052139311, 144918919004489964473283047921945994420315076260338720025368711042369934871
Offset: 1

Views

Author

Rémy Sigrist and N. J. A. Sloane, Sep 04 2024

Keywords

Crossrefs

Programs

  • PARI
    B(u)={my(v=vector(#u)); my(r=1); for(i=1, #u, my(t=floor(u[i]/r)+1); v[i]=t; r-=u[i]/t); v}
    a(n)={B(vector(n,k,prime(k)))[n]} \\ Andrew Howroyd, Sep 04 2024

Formula

a(n) = prime(n)*A375530(n-1) + 1.
Showing 1-1 of 1 results.