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.

A142862 Semiprimes n (A001358) for which A000001(n) is 1.

This page as a plain text file.
%I A142862 #15 Nov 09 2015 10:14:25
%S A142862 15,33,35,51,65,69,77,85,87,91,95,115,119,123,133,141,143,145,159,161,
%T A142862 177,185,187,209,213,215,217,221,235,247,249,259,265,267,287,295,299,
%U A142862 303,319,321,323,329,335,339,341,365,371,377,391,393,395,403,407,411
%N A142862 Semiprimes n (A001358) for which A000001(n) is 1.
%C A142862 Semiprimes pq with p<q and gcd(p,q-1)=1. - _T. D. Noe_, Oct 08 2008
%D A142862 D. S. Dummit and R. M. Foote, Abstract Algebra, Wiley, 3rd Edition, 2003, page 135.
%H A142862 T. D. Noe, <a href="/A142862/b142862.txt">Table of n, a(n) for n=1..1000</a>
%H A142862 John H. Conway, Heiko Dietrich and E. A. O'Brien, <a href="http://www.math.auckland.ac.nz/~obrien/research/gnu.pdf">Counting groups: gnus, moas and other exotica</a>.
%t A142862 Select[Select[Range[1000],FactorInteger[#][[All, 2]] == {1, 1} &], !
%t A142862 Divisible[FactorInteger[#][[2, 1]] - 1, FactorInteger[#][[1, 1]]] &] (* _Geoffrey Critzer_, Nov 07 2015 *)
%Y A142862 Cf. A050384, A003277. [_Franklin T. Adams-Watters_, Feb 27 2009]
%K A142862 nonn
%O A142862 1,1
%A A142862 _N. J. A. Sloane_, Oct 03 2008
%E A142862 More terms from _R. J. Mathar_, Oct 04 2008