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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124787 Primes p such that p divides the Wolstenholme number A007408((p+1)/2). 2
3, 11, 17, 89, 2305777 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) {s=0; h=1; forprime(p=3, 2400000, q=(p+1)/2; s=s+sum(k=h, q, 1/k^3); if(numerator(s)%p==0, print1(p, ", ")); h=q+1)} - Klaus Brockhaus, Nov 10 2006

CROSSREFS

Cf. A007408 = Wolstenholme numbers.

Sequence in context: A061368 A145701 A072982 * A080306 A036448 A128346

Adjacent sequences:  A124784 A124785 A124786 * A124788 A124789 A124790

KEYWORD

more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Nov 07 2006

EXTENSIONS

a(5) from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 10 2006

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 14 18:09 EST 2012. Contains 205663 sequences.