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.

A302938 Lexicographically first sequence of distinct terms such that the sum of any two terms is not a term of the sequence, and the sum of any two digits is not a digit of the sequence.

This page as a plain text file.
%I A302938 #21 Jul 15 2023 18:49:35
%S A302938 1,2,4,7,44,47,74,77,444,447,474,477,744,747,774,777,4444,4447,4474,
%T A302938 4477,4744,4747,4774,4777,7444,7447,7474,7477,7744,7747,7774,7777,
%U A302938 44444,44447,44474,44477,44744,44747,44774,44777,47444,47447,47474,47477,47744,47747,47774,47777,74444,74447
%N A302938 Lexicographically first sequence of distinct terms such that the sum of any two terms is not a term of the sequence, and the sum of any two digits is not a digit of the sequence.
%C A302938 The full sequence uses digits 4 and 7 only, except for a(1) = 1 and a(2) = 2.
%H A302938 Jean-Marc Falcoz, <a href="/A302938/b302938.txt">Table of n, a(n) for n = 1..16384</a>
%F A302938 a(n) = A284971(n-2) for n>=3. - _Alois P. Heinz_, Jul 15 2023
%e A302938 1 + 2 = 3 and there is no term or digit 3 in the sequence;
%e A302938 1 + 4 = 5 and there is no term or digit 5 in the sequence;
%e A302938 1 + 7 = 8 and there is no term or digit 8 in the sequence;
%e A302938 2 + 4 = 6 and there is no term or digit 6 in the sequence;
%e A302938 2 + 7 = 9 and there is no term or digit 9 in the sequence;
%e A302938 4 + 4 = 8 and there is no term or digit 8 in the sequence;
%e A302938 4 + 7 = 11 and there is no term 11 in the sequence;
%e A302938 7 + 7 = 14 and there is no term 14 in the sequence;
%e A302938 etc.
%Y A302938 Cf. A302940 where the word “sum” is replaced by “product”.
%Y A302938 Cf. A014261 which shares the same property (numbers that contain odd digits only).
%Y A302938 Cf. A284971.
%K A302938 nonn,base
%O A302938 1,2
%A A302938 _Eric Angelini_ and _Jean-Marc Falcoz_, Apr 16 2018