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!)
A075090 Even perfect powers: numbers of the form (2*m)^k for some m>=1 and k>=2. 9
4, 8, 16, 32, 36, 64, 100, 128, 144, 196, 216, 256, 324, 400, 484, 512, 576, 676, 784, 900, 1000, 1024, 1156, 1296, 1444, 1600, 1728, 1764, 1936, 2048, 2116, 2304, 2500, 2704, 2744, 2916, 3136, 3364, 3600, 3844, 4096, 4356, 4624, 4900, 5184, 5476, 5776, 5832 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = -Sum_{k>=2} mu(k)*zeta(k)/2^k = 0.5854268109... - Amiram Eldar, Dec 19 2020
MAPLE
q:= n-> n::even and igcd(seq(i[2], i=ifactors(n)[2]))>1:
select(q, [$1..6000])[]; # Alois P. Heinz, May 04 2022
MATHEMATICA
Take[Union[Flatten[Table[a^b, {a, 2, 100, 2}, {b, 2, 15}]]], 50] (* Alonso del Arte, Nov 22 2011 *)
PROG
(Haskell)
a075090 n = a075090_list !! (n-1)
a075090_list = filter even a001597_list -- Reinhard Zumkeller, Oct 04 2012
(PARI) isok(m) = !(m%2) && ispower(m); \\ Michel Marcus, May 03 2022
CROSSREFS
Intersection of A005843 and A001597.
Sequence in context: A359777 A181800 A319180 * A354955 A304250 A368681
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 11 2002
EXTENSIONS
Name formula corrected by Kevin Ryde, May 04 2022
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 28 03:01 EDT 2024. Contains 372020 sequences. (Running on oeis4.)