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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127047 Primes p such that denominator of Sum_{k=1..p-1} 1/k^4} is a fourth power. 8
2, 3, 5, 7, 11, 13, 17, 19, 29, 31, 53, 67, 71, 73, 97, 101, 103, 107, 109, 127, 131, 197, 199, 211, 223, 227, 229, 233, 293, 367, 373, 379, 383, 389, 397, 401, 439, 443, 449, 457, 461, 463, 557, 563, 569, 571, 577, 877, 881, 883, 967, 971, 977, 983, 991, 997 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

d[n_] := Module[{}, su = 0; a = {}; For[i = 1, i <= n, i++, su = su + 1/ i^4; If[PrimeQ[i + 1], If[IntegerQ[(Denominator[su])^(1/4)], AppendTo[a, i + 1]]]]; a] d[10000]

CROSSREFS

Cf. A061002, A034602, A127029, A127042, A127046.

Sequence in context: A141409 A171821 A004051 * A119615 A061771 A124589

Adjacent sequences:  A127044 A127045 A127046 * A127048 A127049 A127050

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Jan 03 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 14 10:43 EST 2012. Contains 205614 sequences.