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!)
A309556 Composite numbers m such that m divides Sum_{k=1..m-1} (lcm(1,2,...,(m-1)) / k)^2. 0
52781, 782957, 1395353, 2602439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Composites m such that m | H_2(m-1) * lcm(1^2,2^2,...,(m-1)^2), where H_2(m) = 1/1^2 + 1/2^2 + ... + 1/m^2.
By Wolstenholme's theorem, if p > 3 is a prime, then p divides the numerator of H_2(p-1) and thus H_2(p-1) * lcm(1,2^2,...,(p-1)^2) == 0 (mod p). This sequence is formed by the pseudoprimes that are solutions of this congruence.
a(5) > 10^7 if it exists.
LINKS
Eric Weisstein's World of Mathematics, Wolstenholme's Theorem.
MATHEMATICA
s = 0; c = 1; n = 1; seq = {}; Do[s += 1/n^2; c = LCM[c, n^2]; n++; If[CompositeQ[n] && Divisible[s*c, n], AppendTo[seq, n]], {2 * 10^6}]; seq
CROSSREFS
Cf. A007406, A007407, A025529 (see our comment), A051418.
Sequence in context: A185530 A057851 A058326 * A206092 A233965 A157758
KEYWORD
nonn,bref,more
AUTHOR
Amiram Eldar and Thomas Ordowski, Aug 07 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 6 17:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)