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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127042 Primes p such that denominator of Sum_{k=1..p-1} 1/k^2} is a square. 12
2, 3, 5, 7, 17, 19, 29, 31, 37, 41, 97, 127, 131, 211, 223, 227, 229, 233, 239, 241, 439, 443, 449, 457, 461, 463, 727, 733, 739, 743, 751, 757, 761, 769, 773, 863, 877, 881, 883, 887, 967, 971, 977, 983, 991, 997, 1009, 1013, 1187, 1193, 1201, 1901, 1907, 1913, 1931, 1933 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = {}; Do[If[Sqrt[Denominator[Sum[1/x^2, {x, 1, Prime[x] - 1}]]] == Floor[Sqrt[Denominator[Sum[1/x^2, {x, 1, Prime[x] - 1}]]]], AppendTo[a, Prime[x]]], {x, 1, 50}]; a

CROSSREFS

Cf. A061002, A034602, A127029.

Sequence in context: A164060 A113029 A090432 * A069802 A067954 A061248

Adjacent sequences:  A127039 A127040 A127041 * A127043 A127044 A127045

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Jan 03 2007

EXTENSIONS

More terms from Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Jan 21 2012

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 16 17:48 EST 2012. Contains 205939 sequences.