|
Search: id:A053074
|
|
|
| A053074 |
|
Primes p such that p-24, p and p+24 are consecutive primes. |
|
+0 1
|
|
| 16787, 40063, 42533, 96377, 98597, 104207, 119267, 123887, 160117, 161807, 169283, 181813, 185267, 208553, 209743, 232777, 235723, 243367, 246073, 260363, 261823, 270097, 295387, 295727, 302483, 315223, 331423, 362027, 364103, 373693
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
In other words, balanced primes separated from the next lower and next higher prime neighbors by 24.
|
|
LINKS
|
Zak Seidov, Table of n, a (n) for n = 1 .. 1000
|
|
EXAMPLE
|
40063 is separated from both the next lower prime and the next higher prime by 24
104207-24=104183 is prime, 104207+24=104231 is prime.
|
|
MAPLE
|
for i from 1 by 1 to 40000 do if ithprime(i+1) = ithprime(i) +24 and ithprime(i+2) = ithprime(i) + 48 then print(ithprime(i+1)); fi; od; # - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 04 2007
|
|
CROSSREFS
|
Sequence in context: A052190 A068784 A034820 this_sequence A115923 A147698 A067493
Adjacent sequences: A053071 A053072 A053073 this_sequence A053075 A053076 A053077
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Harvey P. Dale (hpd1(AT)is2.nyu.edu), Feb 25 2000
|
|
EXTENSIONS
|
Edited by N. J. A. Sloane (njas(AT)research.att.com), Jul 03 2008 at the suggestion of R. J. Mathar
|
|
|
Search completed in 0.002 seconds
|