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.

A353966 Lexicographically earliest sequence of distinct positive integers with no finite subset summing to a positive Fibonacci number.

This page as a plain text file.
%I A353966 #8 May 18 2022 10:04:54
%S A353966 4,6,10,12,19,25,40,62,110,178,288,466,576,644,754,1974,2152,2262,
%T A353966 3948,8362,11556,15504,35422,43784,48342,66286,150050,198392,209948,
%U A353966 467861,896352,1357215,2191229,4389456,8351641,11405774,18454930,29860704,48315634
%N A353966 Lexicographically earliest sequence of distinct positive integers with no finite subset summing to a positive Fibonacci number.
%C A353966 The sequence is well defined:
%C A353966 - a(1) = 4,
%C A353966 - for n > 0, let k be such that A000045(k) + 1 + a(1) + ... + a(n) < A000045(k+1),
%C A353966 - then a(n+1) <= A000045(k) + 1.
%H A353966 Rémy Sigrist, <a href="/A353966/a353966.txt">C++ program</a>
%o A353966 (C++) See Links section.
%Y A353966 See A353889 for similar sequences.
%Y A353966 Cf. A000045, A353967, A353968.
%K A353966 nonn
%O A353966 1,1
%A A353966 _Rémy Sigrist_, May 12 2022