login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A316346
a(n) = A316297(n+1)/A316297(n).
0
4, 9, 8, 25, 2, 49, 16, 81, 10, 121, 12, 169, 14, 15, 32, 289, 6, 361, 4, 7, 22, 529, 72, 625, 26, 243, 28, 841, 30, 961, 64, 3, 34, 35, 36, 1369, 38, 39, 40, 1681, 6, 1849, 484, 45, 46, 2209, 48, 2401, 50, 51, 52, 2809, 18, 55, 56, 57, 58, 3481, 60, 3721, 62
OFFSET
1,1
EXAMPLE
a(3) = A316297(4)/A316297(3) = 288/36 = 8.
MATHEMATICA
#[[2]]/#[[1]]&/@Partition[Array[#! Denominator[HarmonicNumber[#]]&, 70], 2, 1] (* Harvey P. Dale, Jun 12 2019 *)
CROSSREFS
Cf. A316297.
Sequence in context: A359681 A257851 A133790 * A135718 A140580 A289280
KEYWORD
nonn
AUTHOR
Matthew Campbell, Jun 29 2018
STATUS
approved