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.

A069822 Numbers k for which there is at least one x < k such that sigma(x) = sigma(k).

This page as a plain text file.
%I A069822 #15 Dec 20 2024 02:36:34
%S A069822 11,15,17,23,25,26,31,35,38,39,41,46,47,51,53,55,56,58,59,62,65,69,70,
%T A069822 71,75,77,78,79,82,83,87,89,92,94,95,97,103,107,110,113,115,116,118,
%U A069822 119,122,123,124,125,127,130,131,135,139,140,141,142,143,145,151,153
%N A069822 Numbers k for which there is at least one x < k such that sigma(x) = sigma(k).
%C A069822 Numbers k for which A263025(k) > 1. - _Antti Karttunen_, Dec 08 2017
%H A069822 Antti Karttunen, <a href="/A069822/b069822.txt">Table of n, a(n) for n = 1..10547</a>
%H A069822 Max Alekseyev, <a href="https://oeis.org/wiki/User:Max_Alekseyev/gpscripts">PARI/GP Scripts for Miscellaneous Math Problems</a> (invphi.gp).
%o A069822 (PARI) for(s=1,200,if(prod(i=1,s-1, sigma(i)-sigma(s))==0,print1(s,",")))
%o A069822 (PARI) for(n=1,16384,y=0;s=sigma(n);for(k=1,(n-1),if(sigma(k)==s,y=1;break)); if(y,i++;write("b069822.txt", i," ", n))); \\ _Antti Karttunen_, Dec 08 2017
%o A069822 (PARI) is(k) = invsigmaMin(sigma(k)) < k; \\ _Amiram Eldar_, Dec 20 2024, using _Max Alekseyev_'s invphi.gp
%Y A069822 Cf. A263025, A296214.
%Y A069822 Cf. A296087 (a subsequence).
%K A069822 easy,nonn
%O A069822 1,1
%A A069822 _Benoit Cloitre_, Apr 28 2002