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.

A056777 Composite numbers k such that both phi(k+12) = phi(k) + 12 and sigma(k+12) = sigma(k) + 12.

This page as a plain text file.
%I A056777 #16 Dec 12 2021 19:59:21
%S A056777 65,209,11009,38009,680609,2205209,3515609,4347209,10595009,12006209,
%T A056777 31979009,89019209,169130009,244766009,247590209,258084209,325622009,
%U A056777 357777209,377330609,441630209,496175609,640343009,1006475609
%N A056777 Composite numbers k such that both phi(k+12) = phi(k) + 12 and sigma(k+12) = sigma(k) + 12.
%C A056777 It is easy to show that if p, p+2, p+6 and p+8 are all prime (a prime quadruple as defined in A007530, which lists the values of p) with x=p(p+8), x+12=(p+2)(p+6), then x is in the sequence. I conjecture that all members of the sequence are of this form. - _Jud McCranie_, Oct 11 2000
%C A056777 Numbers so far are all congruent to 65 (mod 72). - _Ralf Stephan_, Jul 07 2003
%e A056777 k = 209 = 11*19, k + 12 = 221 = 13*17, phi(k + 12) = 192 = 180 + 12 = phi(k) + 12, also sigma(221) = 252 = sigma(209) + 12 = 240 + 12.
%e A056777 phi(65) + 12 = 60 = phi(65 + 12), sigma(65) + 12 = 96 = sigma(65 + 12), 65 is composite.
%o A056777 (PARI) isok(n) = !isprime(n) && (sigma(n+12) == sigma(n)+12) && (eulerphi(n+12)==eulerphi(n)+12); \\ _Michel Marcus_, Jul 14 2017
%Y A056777 Cf. A000010, A001838, A015917, A054902, A046133.
%K A056777 nonn
%O A056777 1,1
%A A056777 _Labos Elemer_, Aug 17 2000
%E A056777 More terms from _Jud McCranie_, Oct 11 2000