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!)
A221265 Numbers having more distinct prime factors of form 4*k+1 than of 4*k+3. 5
5, 10, 13, 17, 20, 25, 26, 29, 34, 37, 40, 41, 50, 52, 53, 58, 61, 65, 68, 73, 74, 80, 82, 85, 89, 97, 100, 101, 104, 106, 109, 113, 116, 122, 125, 130, 136, 137, 145, 146, 148, 149, 157, 160, 164, 169, 170, 173, 178, 181, 185, 193, 194, 195, 197, 200, 202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A005089(a(n)) > A005091(a(n)); A005094(a(n)) > 0.
LINKS
MATHEMATICA
mdpf1Q[n_]:=Module[{f=Transpose[FactorInteger[n]][[1]]}, Count[f, _?(Mod[ #, 4] == 1&)]>Count[f, _?(Mod[#, 4]==3&)]]; Select[Range[2, 250], mdpf1Q] (* Harvey P. Dale, Mar 03 2016 *)
PROG
(Haskell)
a221265 n = a221265_list !! (n-1)
a221265_list = filter ((> 0) . a005094) [1..]
CROSSREFS
Sequence in context: A004431 A025302 A268379 * A055096 A313386 A267969
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 07 2013
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)