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.

A174434 Numbers in A093891, but not A005153.

This page as a plain text file.
%I A174434 #7 Mar 06 2021 06:25:26
%S A174434 10,70,350,490,572,770,836,910,1190,1330,1430,1610,1750,1870,2030,
%T A174434 2090,2170,2210,2470,2530,2584,2590,2750,2870,2990,3010,3128,3190,
%U A174434 3230,3250,3290,3410,3430,3710,3850,3944,4130,4216,4270,4550,4690,5032,5390,5576
%N A174434 Numbers in A093891, but not A005153.
%C A174434 A number n is in this sequence if the sums of distinct divisors of n form all the primes up to sigma(n), but do not form all the integers up to sigma(n).
%H A174434 Amiram Eldar, <a href="/A174434/b174434.txt">Table of n, a(n) for n = 1..2000</a>
%t A174434 Test[n_] := Module[{d=Divisors[n],t,lim,x}, t=CoefficientList[Product[1+x^i, {i,d}],x]; lim=PrimePi[Length[t]-1]; Count[t[[1+Prime[Range[lim]]]], _?(#>0&)] == lim && Count[t,0] > 0]; Select[Range[1000], Test]
%Y A174434 Cf. A005153, A093891.
%K A174434 nonn
%O A174434 1,1
%A A174434 _T. D. Noe_, Mar 19 2010