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!)
A363049 Even numbers k having fewer prime factors, counted with multiplicity, than k-1. 0
46, 82, 106, 118, 166, 190, 226, 244, 262, 274, 298, 316, 326, 334, 346, 358, 386, 406, 442, 466, 478, 514, 526, 562, 568, 586, 622, 626, 676, 694, 706, 730, 766, 778, 802, 826, 838, 862, 886, 892, 898, 926, 946, 958, 982, 1006, 1018, 1030, 1046, 1054, 1090 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
46 = 2*23, so A001222(46) = 2, and 45 = 3*3*5, so A001222(45) = 3, thus 46 is a term of the sequence.
MATHEMATICA
Select[2Range[550], PrimeOmega[#]<PrimeOmega[#-1]&] (* Stefano Spezia, May 15 2023 *)
PROG
(PARI) isok(n) = n%2==0 && bigomega(n) < bigomega(n-1) \\ Andrew Howroyd, May 14 2023
CROSSREFS
Cf. A001222 (bigomega), A339910 (both odd and even).
Sequence in context: A020351 A113691 A188598 * A057454 A260278 A234260
KEYWORD
nonn
AUTHOR
Alexandre Herrera, May 14 2023
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)