The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A328691 Poulet numbers (Fermat pseudoprimes to base 2) k that have an abundancy index sigma(k)/k that is larger than the abundancy index of all smaller Poulet numbers. 2
341, 561, 645, 18705, 2113665, 2882265, 81722145, 9234602385, 19154790699045, 43913624518905, 56123513337585, 162522591775545, 221776809518265, 3274782926266545, 4788772759754985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms below 2^64.
The corresponding rounded values of sigma(k)/k are 1.126, 1.540, 1.637, 1.693, 1.708, 1.726, 1.800, 1.816, 1.821, 1.823, 1.845, 1.863, 1.903, 1.910, 1.944, ...
Shyam Sunder Gupta asked: "Can you find the smallest abundant number which is also pseudoprime (base-2)". If it exists it is a term of this sequence and it is larger than 2^64.
3470207934739664512679701940114447720865 is a Fermat pseudoprime to base 2 that is also an abundant number. - Daniel Suteu, Nov 09 2019
LINKS
Shyam Sunder Gupta, Can You Find no. 49, December 17, 2017.
MATHEMATICA
pouletQ[n_] := CompositeQ[n] && PowerMod[2, n - 1, n ] == 1; rm = 0; s={}; Do[If[!pouletQ[n], Continue[]]; r = DivisorSigma[1, n]/n; If[r > rm, rm = r; AppendTo[s, n]], {n, 1, 3*10^6}]; s
CROSSREFS
Sequence in context: A178723 A210993 A346567 * A006970 A007011 A064907
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 25 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 5 22:26 EDT 2024. Contains 373110 sequences. (Running on oeis4.)