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!)
A071822 Numbers whose largest prime factor is of the form 4k+3. 1
3, 6, 7, 9, 11, 12, 14, 18, 19, 21, 22, 23, 24, 27, 28, 31, 33, 35, 36, 38, 42, 43, 44, 46, 47, 48, 49, 54, 55, 56, 57, 59, 62, 63, 66, 67, 69, 70, 71, 72, 76, 77, 79, 81, 83, 84, 86, 88, 92, 93, 94, 95, 96, 98, 99, 103, 105, 107, 108, 110, 112, 114, 115, 118, 121, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Numbers k such that A006530(k) == 3 (mod 4).
MATHEMATICA
Select[Range[125], Mod[FactorInteger[#][[-1, 1]], 4] == 3 &] (* Amiram Eldar, May 04 2022 *)
PROG
(PARI) for(n=2, 200, if((component(component(factor(n), 1), omega(n))-3)%4==0, print1(n, ", ")))
CROSSREFS
Sequence in context: A187811 A324696 A186348 * A268380 A268378 A221264
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 07 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 August 24 10:35 EDT 2024. Contains 375410 sequences. (Running on oeis4.)