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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076692 Numbers n such that average of prime(n) and prime(n+1) is a perfect square. 0
2, 4, 18, 22, 34, 48, 66, 85, 114, 181, 263, 378, 503, 564, 690, 793, 1058, 1498, 1617, 1924, 2163, 2223, 2788, 2980, 3076, 3211, 3908, 4018, 4127, 4707, 4821, 4899, 5318, 5698, 7351, 8452, 8600, 8870, 8928, 9205, 9907 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

The average of prime(4) and prime(5) is (7 + 11)/2 = 3^2, so 4 is a term of the sequence.

MATHEMATICA

Select[Range[10^4], IntegerQ[Sqrt[(Prime[ # ] + Prime[ # + 1])/2]] &]

CROSSREFS

Sequence in context: A137933 A143116 A115987 * A054300 A063101 A143533

Adjacent sequences:  A076689 A076690 A076691 * A076693 A076694 A076695

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 25 2002

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 17 10:57 EST 2012. Contains 206009 sequences.