login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130681 Numerator of generalized harmonic number H(p-1,2p-1)= Sum[ 1/k^(2p-1), {k,1,p-1}] divided by p^3 for prime p>3. 1
41361119, 126941659254799099843, 201945187495172518712395211386399925751676163316330287629003467281801, 534565103485593943310791656810688803242468895931876288948761507813750601446840308490623197040810555162527973 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

COMMENTS

Generalized harmonic number is H(n,m)= Sum[ 1/k^m, {k,1,n} ]. The numerator of generalized harmonic number H(p-1,2p-1) is divisible by p^3 for prime p>3. Also the numerator of generalized harmonic number H(p-1,p) is divisible by p^3 for prime p>3. See A119722(n).

LINKS

Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 29 2007, Table of n, a(n) for n = 3..10

Eric Weisstein, Link to a section of The World of Mathematics: Wolstenholme's Theorem.

Eric Weisstein, Link to a section of The World of Mathematics: Harmonic Number.

FORMULA

a(n) = Numerator[ Sum[ 1/k^(2*Prime[n]-1), {k,1,Prime[n]-1} ] ] / Prime[n]^3 for n>2.

EXAMPLE

Prime[3] = 5.

a(3) = numerator[ 1 + 1/2^9 + 1/3^9 + 1/4^9 ] / 5^3 = 5170139875/125 = 41361119.

MATHEMATICA

Table[ Numerator[ Sum[ 1/k^(2*Prime[n]-1), {k, 1, Prime[n]-1} ] ] / Prime[n]^3, {n, 3, 10} ]

CROSSREFS

Cf. 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.

Sequence in context: A017613 A015409 A178204 * A198168 A187963 A028520

Adjacent sequences:  A130678 A130679 A130680 * A130682 A130683 A130684

KEYWORD

frac,nonn,uned

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 29 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:30 EST 2012. Contains 206011 sequences.