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.

A356821 Lucas-Carmichael numbers k that have an abundancy index sigma(k)/k that is larger than the abundancy indices of all smaller Lucas-Carmichael numbers.

This page as a plain text file.
%I A356821 #14 Jul 30 2023 09:04:17
%S A356821 399,6304359999,408598269695,517270926095,20203946790335
%N A356821 Lucas-Carmichael numbers k that have an abundancy index sigma(k)/k that is larger than the abundancy indices of all smaller Lucas-Carmichael numbers.
%C A356821 The rounded values of sigma(k)/k are 1.604, 1.612, 1.666, 1.706, 1.752, ...
%C A356821 The sequence includes the smallest abundant Lucas-Carmichael number, which is <= 1012591408428327888883952080728349448745451794025524955777432246705535.
%t A356821 lc = Import["https://oeis.org/A006972/b006972.txt", "Table"][[;; , 2]]; rm = 0; s = {}; Do[n = lc[[k]]; r = DivisorSigma[-1, n]; If[r > rm, AppendTo[s, n]; rm = r], {k, 1, Length[lc]}]; s
%Y A356821 Cf. A000203, A004394, A006972.
%Y A356821 Similar sequences: A328691, A329460.
%K A356821 nonn,hard,more
%O A356821 1,1
%A A356821 _Amiram Eldar_ and _Daniel Suteu_, Aug 29 2022
%E A356821 a(5) from _Martin Ehrenstein_, Jul 30 2023