The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088070 Numbers sandwiched between two numbers having the same number of prime divisors. 6
3, 4, 6, 8, 10, 11, 12, 13, 18, 19, 21, 23, 24, 25, 26, 27, 28, 30, 34, 35, 37, 39, 42, 45, 47, 48, 49, 51, 53, 55, 56, 57, 60, 64, 72, 73, 75, 76, 80, 81, 82, 86, 87, 92, 93, 94, 95, 97, 99, 102, 105, 107, 108, 116, 117, 118, 123, 126, 131, 134, 135, 138, 139, 142, 143, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsidiary sequence: (1) Start of the first run of a string of n successive integers in this sequence. Conjecture: For every k there is a string of k successive integers.
LINKS
FORMULA
a(n) = A063464(n) + 1.
EXAMPLE
11 is a member as 10 and 12 both have two prime divisors.
26 is a member as 25 and 27 both have one each prime divisor.
PROG
(PARI) isok(n) = omega(n-1) == omega(n+1); \\ Michel Marcus, Oct 18 2016
CROSSREFS
Cf. A063464.
Sequence in context: A298809 A335194 A307647 * A175071 A336822 A140497
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 22 2003
EXTENSIONS
More terms from Ray Chandler, Sep 27 2003
Offset corrected and formula adapted by Michel Marcus, Oct 18 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 17:00 EDT 2024. Contains 372738 sequences. (Running on oeis4.)