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!)
A127051 Primes p such that denominator of Sum_{k=1..p-1} 1/k^7 is a seventh power. 7
2, 3, 5, 11, 13, 17, 29, 31, 37, 41, 83, 131, 251, 257, 263, 269, 271, 293, 419, 421, 479, 1163, 1171, 1181, 2411, 2417, 2423, 2437, 2441, 2447, 2459, 2467, 2473, 2477, 3137, 3163, 3167, 3169, 3533, 3539, 3541, 3547, 3557, 3559, 3571, 3581, 3583, 3593, 3607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
d[n_] := Module[{}, su = 0; a = {}; For[i = 1, i <= n, i++, su = su + 1/ i^7; If[PrimeQ[i + 1], If[IntegerQ[(Denominator[su])^(1/7)], AppendTo[a, i + 1]]]]; a]; d[2000]
CROSSREFS
Sequence in context: A140549 A275697 A127046 * A127045 A328514 A302491
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 03 2007
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)