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.

A048977 Primes arising in A048969.

This page as a plain text file.
%I A048977 #12 Jul 16 2021 05:23:03
%S A048977 3,7,13,19,31,61,127,127,331,307,307,631,1801,1723,3169,1093,1723,
%T A048977 3571,1093,3221,5419,3541,3541,8269,5113,5113,13267,8011,8011,16651,
%U A048977 10303,19441,10303,24571,17293,17293,28057,30103,55897,28057,59221,30103,8191,19531
%N A048977 Primes arising in A048969.
%t A048977 p[n_]:=Module[{c=DivisorSigma[1,n]/DivisorSigma[0,n]},If[PrimeQ[c],c,0]]; nn=62000;With[{comps=Complement[Range[nn],Prime[Range[PrimePi[nn]]]]}, Select[ p/@comps,#!=0&]] (* _Harvey P. Dale_, Feb 19 2012 *)
%Y A048977 Cf. A048968, A048969.
%K A048977 nonn
%O A048977 1,1
%A A048977 _G. L. Honaker, Jr._
%E A048977 More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 17 2001
%E A048977 More terms from _Sean A. Irvine_, Jul 16 2021