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.

A207374 Composites of the form 24n - 1.

This page as a plain text file.
%I A207374 #34 Nov 21 2013 13:07:47
%S A207374 95,119,143,215,287,335,407,455,527,551,575,623,671,695,767,791,815,
%T A207374 935,959,1007,1055,1079,1127,1175,1199,1247,1271,1295,1343,1391,1415,
%U A207374 1463,1535,1631,1655,1679,1703,1727,1751,1775,1799,1895,1919,1943,1967,1991,2015
%N A207374 Composites of the form 24n - 1.
%C A207374 Also denominators that are composite numbers A002808 in the Bruinier-Ono formula for the partition function (see A183010 and A183011).
%C A207374 The union of A134517 and this sequence gives A183010.
%F A207374 A002808 INTERSECT A183010.
%t A207374 Select[24*Range[250] - 1, ! PrimeQ[#] &] (* _Vladimir Joseph Stephan Orlovsky_, Feb 26 2012 *)
%Y A207374 Cf. A008606, A134517, A183010, A183011.
%K A207374 nonn
%O A207374 1,1
%A A207374 _Omar E. Pol_, Feb 18 2012