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!)
A371533 Numbers k such that A001227(2*k) = A001222(2*k). 0
1, 3, 5, 7, 9, 11, 13, 17, 19, 23, 25, 27, 29, 30, 31, 37, 41, 42, 43, 47, 49, 53, 59, 61, 66, 67, 70, 71, 73, 78, 79, 81, 83, 89, 97, 101, 102, 103, 107, 109, 110, 113, 114, 121, 125, 127, 130, 131, 137, 138, 139, 149, 151, 154, 157, 163, 167, 169, 170, 173, 174, 179, 180, 181, 182, 186, 190, 191, 193, 197, 199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[200], DivisorSigma[0, #/2^IntegerExponent[#, 2]] == PrimeOmega[2*#] &] (* Amiram Eldar, Mar 26 2024 *)
PROG
(Magma) [k: k in [1..200] | #Divisors(4*k)-#Divisors(2*k) eq
(2*k eq 1 select 0 else &+[p[2]: p in Factorization(2*k)])];
CROSSREFS
Sequence in context: A165468 A353124 A354149 * A112372 A082916 A325372
KEYWORD
nonn
AUTHOR
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 August 20 02:39 EDT 2024. Contains 375310 sequences. (Running on oeis4.)