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!)
A117360 Numbers m such that m and 2*m+1 have the same number of prime factors. 4
2, 3, 4, 5, 10, 11, 23, 25, 29, 34, 38, 40, 41, 46, 52, 53, 55, 57, 76, 77, 83, 89, 91, 93, 106, 113, 118, 123, 129, 130, 131, 133, 143, 145, 159, 161, 169, 171, 172, 173, 177, 179, 185, 191, 201, 203, 205, 206, 212, 213, 218, 220, 226, 233, 235, 238, 239, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A001222(a(n)) = A001222(2*a(n)+1);
Sophie Germain primes are a subsequence, see A005384.
LINKS
EXAMPLE
m=52=2*2*13, 2*52+1=105=3*5*7, therefore 52 is a term.
MATHEMATICA
Select[Range[255], PrimeOmega[#] == PrimeOmega[2 # + 1] &] (* Ivan Neretin, Apr 30 2016 *)
PROG
(PARI) is(n)=bigomega(n)==bigomega(2*n+1) \\ Charles R Greathouse IV, Apr 30 2016
CROSSREFS
Cf. A068406.
Sequence in context: A032983 A204388 A348255 * A074821 A348511 A338897
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 10 2006
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)