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”).

A091817
(2*numerator(H(p-3)) -3*denominator(H(p-3)))/p with H(m) = 1 + 1/2 + 1/3 + ...+ 1/m.
0
-1, 0, 2, 62, 554, 74258, 142682, 2830946, 1448977246, 12576415426, 1857881203154, 64634117421826, 62771945063582, 164497840779865642, 350742295126606034006, 5774653629556529218142, 5647762835059481932498, 12720214895833193424471634
OFFSET
1,3
COMMENTS
Proposed by Leroy Quet.
Leroy Quet conjectures that the terms are always integral. This is true for p < 3*10^4.
FORMULA
a(n) = (2*A001008(p-3) - 3*A002805(p-3))/p, p prime >= 5.
PROG
(PARI) H(n)=sum(i=1, n, 1/i); forprime(p=3, 100, print1((2*numerator(H(p-3))-3*denominator(H(p-3)))/p, ", "))
CROSSREFS
Sequence in context: A296361 A224844 A226421 * A239786 A209183 A200802
KEYWORD
sign
AUTHOR
Mohammed Bouayoun (bouyao(AT)wanadoo.fr) and Ralf Stephan, Mar 07 2004
STATUS
approved