A067657 Prime values of A001008, the numerators of the harmonic numbers.
3, 11, 137, 761, 7129, 18858053, 34395742267, 85691034670497533, 252476961434436524654789, 928551009361054917576341971, 42409610330030873613929048033, 4868007055309996043055960217131137
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..43
Programs
-
Mathematica
Table[ HarmonicNumber[n], {n, 0, 80}] // Numerator // Select[#, PrimeQ]& (* Jean-François Alcover, May 27 2013 *)
Comments