|
Search: id:A069495
|
|
|
| A069495 |
|
Squares which are the arithmetic mean of two consecutive primes. |
|
+0 3
|
|
| 4, 9, 64, 81, 144, 225, 324, 441, 625, 1089, 1681, 2601, 3600, 4096, 5184, 6084, 8464, 12544, 13689, 16641, 19044, 19600, 25281, 27225, 28224, 29584, 36864, 38025, 39204, 45369, 46656, 47524, 51984, 56169, 74529, 87025, 88804, 91809, 92416
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
a(n)=(A075190(n))^2 (Zak Seidov)
|
|
EXAMPLE
|
144 = (139 +149)/2 is a member.
|
|
MATHEMATICA
|
p = -1; Do[q = Prime[n]; If[ IntegerQ[ Sqrt[(p + q)/2]], Print[(p + q)/2]]; p = q, {n, 1, 10000} ]
|
|
CROSSREFS
|
Cf. A062703.
Adjacent sequences: A069492 A069493 A069494 this_sequence A069496 A069497 A069498
Sequence in context: A094083 A062758 A028822 this_sequence A029788 A062826 A140483
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 30 2002
|
|
EXTENSIONS
|
Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 01 2002
|
|
|
Search completed in 0.002 seconds
|