The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A340674 Numbers of the form s^(2^e), where s is a squarefree number, and e >= 1. 5
4, 9, 16, 25, 36, 49, 81, 100, 121, 169, 196, 225, 256, 289, 361, 441, 484, 529, 625, 676, 841, 900, 961, 1089, 1156, 1225, 1296, 1369, 1444, 1521, 1681, 1764, 1849, 2116, 2209, 2401, 2601, 2809, 3025, 3249, 3364, 3481, 3721, 3844, 4225, 4356, 4489, 4761, 4900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Sum_{n>=1} 1/a(n) = Sum_{k>=1} (zeta(2^k)/zeta(2^(k+1))-1) = 0.6018231854... - Amiram Eldar, Feb 08 2021
MATHEMATICA
Select[Range[10^4], Length[(u = Union[FactorInteger[#][[;; , 2]]])] == 1 && u[[1]] > 1 && u[[1]] == 2^IntegerExponent[u[[1]], 2] &] (* Amiram Eldar, Feb 08 2021 *)
PROG
(PARI)
A209229(n) = (n && !bitand(n, n-1));
isA340674(n) = { my(b, e); (((e=ispower(n, , &b))>0)&&issquarefree(b)&&A209229(e)); };
CROSSREFS
Positions of terms larger than 2 in A340673 (also in A340675), and of terms larger than 1 in A340676.
Subsequence of A072777 and of A340682.
Sequence in context: A354180 A367802 A369567 * A068879 A030152 A030288
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 31 2021
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 May 12 22:13 EDT 2024. Contains 372495 sequences. (Running on oeis4.)