|
Search: id:A119722
|
|
|
| A119722 |
|
Numerator of generalized harmonic number H(p-1,p)= Sum[ 1/k^p, {k,1,p-1}] divided by p^3 for prime p>3. |
|
+0 10
|
|
| 2063, 2743174627, 19563315706517008974432827112201617, 2597378078067393746941400113704449589199274012223316613, 77747835861252969999146394856377841064474812149852606558597663885427788637948074\ 9840301120148933
(list; graph; listen)
|
|
|
OFFSET
|
3,1
|
|
|
COMMENT
|
Generalized harmonic number is H(n,m)= Sum[ 1/k^m, {k,1,n} ]. The numerator of generalized harmonic number H(p-1,p) is divisible by p^3 for prime p>3.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics: Wolstenholme's TheoremEric Weisstein's World of Mathematics, Link to a section of The World of Mathematics: Harmonic Number
|
|
FORMULA
|
a(n) = numerator[ Sum[ 1/k^Prime[n], {k,1,Prime[n]-1} ]] / Prime[n]^3 for n>2.
|
|
EXAMPLE
|
Prime[3] = 5.
a(3) = numerator[ 1 + 1/2^5 + 1/3^5 + 1/4^5 ] / 5^3 = 257875/125 = 2063.
Prime[4] = 7
a(4) = numerator[ 1 + 1/2^7 + 1/3^7 + 1/4^7 + 1/5^7 + 1/6^7 ] / 7^3 = 2743174627.
|
|
MATHEMATICA
|
Numerator[Table[Sum[1/k^Prime[n], {k, 1, Prime[n]-1}], {n, 3, 9}]]/Table[Prime[n]^3, {n, 3, 9}]
|
|
CROSSREFS
|
Cf. A099828, A099827, A001008, A007406, A007408, A007410.
Sequence in context: A045055 A069427 A106719 this_sequence A015993 A065217 A035871
Adjacent sequences: A119719 A119720 A119721 this_sequence A119723 A119724 A119725
|
|
KEYWORD
|
frac,nonn
|
|
AUTHOR
|
Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 13 2006
|
|
|
Search completed in 0.002 seconds
|