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!)
A195212 Numbers n for which the exponent of the largest prime factor of n is even. 2
4, 9, 16, 18, 25, 36, 49, 50, 64, 72, 75, 81, 98, 100, 121, 144, 147, 150, 162, 169, 196, 200, 225, 242, 245, 256, 288, 289, 294, 300, 324, 338, 361, 363, 392, 400, 441, 450, 484, 490, 507, 529, 576, 578, 588, 600, 605, 625, 648, 675, 676, 722, 726, 729, 735 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
What is the density of these numbers? It's clear that lim a(n)/n^2 = 0.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[800], EvenQ[FactorInteger[#][[-1, 2]]]&] (* Harvey P. Dale, Jul 22 2013 *)
PROG
(PARI) is(n)=if(n<4, 0, n=factor(n)[, 2]; n[#n]%2==0) \\ Charles R Greathouse IV, Sep 14 2011
CROSSREFS
Contains the squares, A000290, as a subsequence (apart from 0 and 1).
Sequence in context: A104021 A073804 A219364 * A332443 A313323 A313324
KEYWORD
nonn
AUTHOR
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)