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.

A268112 Numbers k for which the numerator of the k-th harmonic number H_k is divisible by the third power of a prime less than k.

This page as a plain text file.
%I A268112 #58 Apr 04 2025 01:25:55
%S A268112 848,9338,10583,3546471722268916272
%N A268112 Numbers k for which the numerator of the k-th harmonic number H_k is divisible by the third power of a prime less than k.
%C A268112 The sequence contains numbers k for which there is a prime p < k with v_p(H_k) >= 3, where v_p(x) is the p-adic valuation of x and H_k is the k-th Harmonic number. All numbers were found by D. W. Boyd. The corresponding p for a(1) through a(4) is 11 while for a(5) (in the b-file) is 83. [Edited by _Petros Hadjicostas_, May 25 2020]
%C A268112 It is a widely believed conjecture that there is no pair of an integer k and a prime p for which v_p(H_k) >= 4. If variations of this conjecture hold, then Krattenhaler and Rivoal (2007-2009) would be able to establish some formulas for their theory. See also A007757, A131657, and A131658. - _Petros Hadjicostas_, May 25 2020
%C A268112 Terms a(4) and a(5) are conjectural as possible existence of smaller terms is not eliminated. Carofiglio et al. (2025) computed some further terms (see links). - _Max Alekseyev_, Apr 01 2025
%H A268112 Petros Hadjicostas, <a href="/A268112/b268112.txt">Table of n, a(n) for n = 1..5</a>
%H A268112 David W. Boyd, <a href="https://doi.org/10.1080/10586458.1994.10504298">A p-adic study of the partial sum of the harmonic series</a>, Experimental Mathematics, 3(4) (1994), 287-302.
%H A268112 Leonardo Carofiglio, Giacomo Cherubini, and Alessandro Gambini, <a href="https://arxiv.org/abs/2503.15714">On Eswarathasan--Levine and Boyd's conjectures for harmonic numbers</a>, arXiv:2503.15714 [math.NT], 2025.
%H A268112 L. Carofiglio and G. Cherubini, <a href="/A268112/a268112.txt">A copy of the supplementary file with some large terms from Carofiglio et al. (2025) study</a>.
%H A268112 Christian Krattenthaler and Tanguy Rivoal, <a href="http://arxiv.org/abs/0709.1432">On the integrality of the Taylor coefficients of mirror maps</a>, arXiv:0709.1432 [math.NT], 2007-2009.
%H A268112 Christian Krattenthaler and Tanguy Rivoal, <a href="http://dx.doi.org/10.4310/CNTP.2009.v3.n3.a5">On the integrality of the Taylor coefficients of mirror maps, II</a>, Communications in Number Theory and Physics, Volume 3, Number 3 (2009), 555-591.
%H A268112 Tamás Lengyel, <a href="http://dx.doi.org/10.1016/j.jnt.2014.09.015">On p-adic properties of the Stirling numbers of the first kind</a>, Journal of Number Theory, 148 (2015), 73-94.
%o A268112 (PARI) h(n) = sum(i=1, n, 1/i);
%o A268112 is(n) = {forprime(p=1, n-1, if(valuation((numerator(h(n))), p) > 2, return(1))); return(0)} \\ Edited by _Petros Hadjicostas_, May 25 2020
%Y A268112 Cf. A001008, A007757, A131657, A131658.
%K A268112 nonn,hard,more
%O A268112 1,1
%A A268112 _Felix Fröhlich_, Jan 26 2016
%E A268112 Name edited by and a(5) copied from the references by _Petros Hadjicostas_, May 25 2020