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!)
A221264 Numbers having fewer distinct prime factors of form 4*k+1 than of 4*k+3. 6
3, 6, 7, 9, 11, 12, 14, 18, 19, 21, 22, 23, 24, 27, 28, 31, 33, 36, 38, 42, 43, 44, 46, 47, 48, 49, 54, 56, 57, 59, 62, 63, 66, 67, 69, 71, 72, 76, 77, 79, 81, 83, 84, 86, 88, 92, 93, 94, 96, 98, 99, 103, 105, 107, 108, 112, 114, 118, 121, 124, 126, 127, 129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A005089(a(n)) < A005091(a(n)); a005094(a(n)) < 0.
LINKS
PROG
(Haskell)
a221264 n = a221264_list !! (n-1)
a221264_list = filter ((< 0) . a005094) [1..]
(PARI) is_A221264(n)={#(n=vecsort(factor(n>>valuation(n, 2))[, 1]%4))&&n[(1+#n)\2]==3} \\ M. F. Hasler, Dec 17 2014
CROSSREFS
Sequence in context: A071822 A268380 A268378 * A026415 A026406 A289182
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 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)