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-2 of 2 results.

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

Original entry on oeis.org

1, 2, 3, 13, 235, 91651, 13439702641, 293516611480726842391, 139168617347514378219313352146196398680331, 31357558945249615124049146384908197437748687514518843725326663348294514909787525421
Offset: 0

Views

Author

N. J. A. Sloane, Sep 14 2024

Keywords

Crossrefs

Formula

a(n+1) = Fibonacci(n+1)*A376059(n) + 1.

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

Original entry on oeis.org

2, 3, 13, 391, 426973, 546916547269, 940084230410591812263433, 2872214670866692695441731060944339347071024216683
Offset: 0

Views

Author

N. J. A. Sloane, Sep 14 2024

Keywords

Crossrefs

Formula

a(n+1) = Catalan(n+1)*A376061(n) + 1.
Showing 1-2 of 2 results.