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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061715 Numbers which are sandwiched between two numbers having the same ordered canonical form. 3
4, 6, 12, 18, 30, 34, 42, 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, 248, 266, 270, 282, 300, 302, 304, 312, 320, 322, 328, 340, 348, 392, 394, 412, 414, 416, 420, 424, 432 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

The average of twin primes is a member. Is there ever a prime in the sequence?

LINKS

Table of n, a(n) for n=1..55.

EXAMPLE

34 is sandwiched between 33 and 35 which are of the form p*q where p and q are primes.

MATHEMATICA

f[n_] := Flatten[Table[{ # [[2]]}] & /@ FactorInteger[n]]; Drop[ Select[ Range[415], Sort[f[ # - 1]] == Sort[f[ # + 1]] & ], 1]

CROSSREFS

Cf. A074497, A074498.

Sequence in context: A130441 A068570 A074998 * A072570 A217259 A014574

Adjacent sequences:  A061712 A061713 A061714 * A061716 A061717 A061718

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 21 2002

EXTENSIONS

Edited and extended by Robert G. Wilson v, Aug 22 2002

STATUS

approved

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 May 18 07:10 EDT 2013. Contains 225419 sequences.