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!)
A368714 Numbers whose maximal exponent in their prime factorization is even. 9

%I #10 May 04 2024 12:41:37

%S 1,4,9,12,16,18,20,25,28,36,44,45,48,49,50,52,60,63,64,68,75,76,80,81,

%T 84,90,92,98,99,100,112,116,117,121,124,126,132,140,144,147,148,150,

%U 153,156,162,164,169,171,172,175,176,180,188,192,196,198,204,207,208

%N Numbers whose maximal exponent in their prime factorization is even.

%C First differs from A240112 at n = 30.

%C Numbers k such that A051903(k) is even.

%C The asymptotic density of this sequence is Sum_{k>=2} (-1)^k * (1 - 1/zeta(k)) = 0.27591672059822700769... .

%H Amiram Eldar, <a href="/A368714/b368714.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[210], # == 1 || EvenQ[Max[FactorInteger[#][[;;, 2]]]] &]

%o (PARI) lista(kmax) = for(k = 1, kmax, if(k == 1 || !(vecmax(factor(k)[,2])%2), print1(k, ", ")));

%Y Cf. A051903, A240112.

%Y Subsequences: A000290, A000302, A000583, A001014, A001016, A001025, A008454, A062503, A067259.

%Y Similar sequences: A060476, A074661, A096432, A336064, A368715.

%K nonn,easy

%O 1,2

%A _Amiram Eldar_, Jan 04 2024

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 July 19 12:29 EDT 2024. Contains 374394 sequences. (Running on oeis4.)