login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124881 Numbers k such that A124837(k) is prime. 3
2, 3, 9, 15, 25, 27, 33, 45, 55, 67, 70, 93, 94, 97, 112, 113, 125, 137, 189, 193, 212, 232, 262, 273, 281, 381, 453, 528, 670, 677, 742, 743, 827, 996, 1257, 1349, 1402, 1645, 1683, 2110, 2217, 2408, 2480, 2623, 3208, 3517, 3637, 3665, 4571, 4730 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Harmonic Number.
EXAMPLE
A124837(n) begins {1, 7, 47, 57, 459, 341, 3349, 3601, 42131, 44441, ...}.
Thus a(1) = 2, a(2) = 3, a(3) = 9.
MATHEMATICA
s=3/2; Do[s=s+1/n; f=Numerator[n*(n-1)/2*(s-3/2)]; If[PrimeQ[f], Print[{n-2, f}]], {n, 3, 1000}]
CROSSREFS
A124837 are the numerators of third-order harmonic numbers H(n, (3)).
Corresponding primes in A124837 are listed in A124880.
Sequence in context: A092352 A061933 A251239 * A054416 A291868 A092638
KEYWORD
hard,nonn
AUTHOR
Alexander Adamchuk, Nov 11 2006
EXTENSIONS
More terms from Stefan Steinerberger, May 09 2007
Crossrefs edited by Michel Marcus, Jul 14 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 25 04:00 EDT 2024. Contains 375420 sequences. (Running on oeis4.)