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!)
A068406 Numbers n such that n and 2n+1 have the same number of prime divisors. 2
2, 3, 4, 5, 8, 9, 10, 11, 13, 22, 23, 28, 29, 34, 38, 41, 45, 46, 53, 55, 57, 58, 72, 76, 77, 80, 81, 83, 85, 87, 88, 89, 91, 92, 93, 94, 100, 104, 106, 108, 112, 113, 117, 118, 121, 122, 123, 124, 125, 128, 129, 131, 133, 143, 145, 147, 148, 152, 159, 160, 161, 162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
n such that omega(n)=omega(2n+1).
MATHEMATICA
Select[Range[162], PrimeNu[#] == PrimeNu[2 # + 1] &] (* Ivan Neretin, Apr 30 2016 *)
PROG
(PARI) is(n)=omega(n)==omega(2*n+1) \\ Charles R Greathouse IV, Apr 30 2016
CROSSREFS
Cf. A117360.
Sequence in context: A004827 A155941 A046892 * A276878 A047247 A169606
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 09 2002
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)