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.

A327446 Numbers missing from A327093.

This page as a plain text file.
%I A327446 #9 Sep 16 2019 12:30:38
%S A327446 1,4,6,8,9,12,14,18,20,22,24,26,28,29,30,32,38,41,42,44,46,48,49,53,
%T A327446 54,60,62,64,65,66,68,70,72,73,74,77,80,84,85,86,90,94,98,100,102,104,
%U A327446 106,108,109,110,111,114,116,118,120,124,125,128,130,132,136,137,138,140,149,150
%N A327446 Numbers missing from A327093.
%C A327446 It would be nice to have an alternative characterization of these numbers.
%o A327446 (SageMath)
%o A327446 # Use with caution: search range must be adjusted as necessary!
%o A327446 def A327446List(size):
%o A327446     return sorted(Set([A327419(n) for n in (1..3*size)]))[0:size]
%o A327446 print(A327446List(66)) # _Peter Luschny_, Sep 16 2019
%Y A327446 Cf. A327093, A327445, A327419, A064494, A064627, A327420.
%K A327446 nonn
%O A327446 1,2
%A A327446 _N. J. A. Sloane_, Sep 14 2019