|
Search: id:A051795
|
|
|
| A051795 |
|
Doubly balanced primes: primes which are averages of both their immediate and their second neighbors. |
|
+0 11
|
|
| 18731, 25621, 28069, 30059, 31051, 44741, 76913, 97441, 103669, 106681, 118831, 128449, 135089, 182549, 202999, 240491, 245771, 249199, 267569, 295387, 347329, 372751, 381401, 435751, 451337, 455419, 471521, 478099, 498301, 516877, 526441
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Could also be called overbalanced or [3,5]-balanced primes: balanced primes which are equally average of 3,5 consecutive prime neighbors as follows: a(n)=[q+a(n)+r]/3=[p+q+a(n)+r+s]/5 See 3-balanced=A006562;[3,5,7]-balanced=A081415. - Labos E. (labos(AT)ana.sote.hu), Apr 02 2003
|
|
LINKS
|
Jud McCranie, Table of n, a(n) for n = 1..1000
|
|
EXAMPLE
|
25621 belongs to the sequence because 25621 = (25609 + 25633)/2 = (25603 + 25609 + 25633 + 25639)/4
|
|
MATHEMATICA
|
Do[s=Prime[n-1]+Prime[n]+Prime[n+1]; s1=Prime[n-2]+s+Prime[n+2]; If[Equal[s/3, Prime[n]]&&Equal[s1/5, Prime[n]], Print[Prime[n]]], {n, 4, 1000000}] (From Labos)
|
|
CROSSREFS
|
Cf. A006562, A081415, A096710, A055380.
Sequence in context: A035924 A031817 A081416 this_sequence A089522 A015302 A035925
Adjacent sequences: A051792 A051793 A051794 this_sequence A051796 A051797 A051798
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Harvey P. Dale (hpd1(AT)is2.nyu.edu), Dec 10 1999
|
|
|
Search completed in 0.002 seconds
|