|
Search: id:A074997
|
|
|
| A074997 |
|
Numbers which are sandwiched between two numbers having the same unordered canonical form. |
|
+0 7
|
|
| 4, 6, 12, 18, 19, 30, 34, 42, 51, 55, 56, 60, 72, 86, 92, 94, 102, 108, 138, 142, 144, 150, 160, 180, 184, 186, 192, 198, 202, 204, 214, 216, 218, 220, 228, 236, 240, 243, 248, 249, 266, 270, 282, 300, 302, 304, 307, 312, 320, 322, 328, 340, 341, 348, 349, 392
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
The average of twin primes is a member.
|
|
EXAMPLE
|
19 is sandwiched between 18 and 20 which are of the form p^2*q where p and q are primes.
|
|
MAPLE
|
k := 0: for j from 2 to 5000 do a := ifactors(j-1): b := ifactors(j+1): if sort([seq(a[2][i][2], i= 1..nops(a[2]))])= sort([seq(b[2][i][2], i= 1..nops(b[2]))]) then k := k+1: c[k] := j: fi: od: seq(c[i], i= 1..k);
|
|
MATHEMATICA
|
f[n_] := Flatten[Table[{ # [[2]]}] & /@ FactorInteger[n]]; Drop[ Select[ Range[415], Sort[f[ # - 1]] == Sort[f[ # + 1]] & ], 1]
|
|
CROSSREFS
|
Cf. A074998, A061715, A074460.
Sequence in context: A139056 A120453 A022802 this_sequence A045959 A072568 A109290
Adjacent sequences: A074994 A074995 A074996 this_sequence A074998 A074999 A075000
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 21 2002
|
|
EXTENSIONS
|
More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de) and Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 22 2002
|
|
|
Search completed in 0.002 seconds
|