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.

A343076 Nonnegative numbers that are not the sum of distinct terms of A343017.

This page as a plain text file.
%I A343076 #9 Apr 05 2021 09:20:43
%S A343076 2,5,6,9,12,13,16,19,20,23,28,31,32,35,38,45,52,55,58,59,62,95,98,99,
%T A343076 102,105,112,119,134,138,141,145,160,167,174,177,282,285,292,299,314,
%U A343076 318,321,325,340,360,446,466,481,485,488,492,507,514,521,629,665,701
%N A343076 Nonnegative numbers that are not the sum of distinct terms of A343017.
%C A343076 For any n > 0, there are n terms between A343017(n) and A343017(n+1).
%H A343076 Rémy Sigrist, <a href="/A343076/b343076.txt">Table of n, a(n) for n = 1..898</a>
%H A343076 Rémy Sigrist, <a href="/A343076/a343076.txt">C++ program for A343076</a>
%e A343076 The first terms of A343017 are: 1, 3, 7, 14.
%e A343076 From these terms we can build:
%e A343076 - 0 (the empty sum),
%e A343076 - 1,
%e A343076 - 3,
%e A343076 - 4 = 1 + 3,
%e A343076 - 7,
%e A343076 - 8 = 1 + 7,
%e A343076 - 10 = 3 + 7,
%e A343076 - 11 = 1 + 3 + 7,
%e A343076 - 14,
%e A343076 - and some others values > 14,
%e A343076 - so 2, 5, 6, 9, 12 and 13 belong to this sequence.
%o A343076 (C++) See Links section.
%Y A343076 Cf. A343017.
%K A343076 nonn
%O A343076 1,1
%A A343076 _Rémy Sigrist_, Apr 04 2021