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.

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.

This page as a plain text file.
%I A376058 #9 Sep 15 2024 17:44:12
%S A376058 1,2,3,13,235,91651,13439702641,293516611480726842391,
%T A376058 139168617347514378219313352146196398680331,
%U A376058 31357558945249615124049146384908197437748687514518843725326663348294514909787525421
%N 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.
%F A376058 a(n+1) = Fibonacci(n+1)*A376059(n) + 1.
%Y A376058 Cf. A000045, A374663, A375516, A375531, A375532, A375781, A375522, A376048-A376057, A376059
%K A376058 nonn,base
%O A376058 0,2
%A A376058 _N. J. A. Sloane_, Sep 14 2024