login

Revision History for A369567

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Powerful exponentially 2^n-numbers: numbers whose prime factorization contains only exponents that are powers of 2 that are larger than 1.
(history; published version)
#8 by OEIS Server at Fri Jan 26 08:35:07 EST 2024
LINKS

Amiram Eldar, <a href="/A369567/b369567_1.txt">Table of n, a(n) for n = 1..10000</a>

#7 by Michael De Vlieger at Fri Jan 26 08:35:07 EST 2024
STATUS

reviewed

approved

Discussion
Fri Jan 26
08:35
OEIS Server: Installed first b-file as b369567.txt.
#6 by Joerg Arndt at Fri Jan 26 00:47:12 EST 2024
STATUS

proposed

reviewed

#5 by Amiram Eldar at Fri Jan 26 00:42:01 EST 2024
STATUS

editing

proposed

#4 by Amiram Eldar at Fri Jan 26 00:30:33 EST 2024
LINKS

<a href="/index/Eu#epf">Index entries for sequences computed from exponents in factorization of n</a>.

<a href="/index/Pow#powerful">Index entries for sequences related to powerful numbers</a>.

#3 by Amiram Eldar at Fri Jan 26 00:17:44 EST 2024
LINKS

Amiram Eldar, <a href="/A369567/b369567_1.txt">Table of n, a(n) for n = 1..10000</a>

#2 by Amiram Eldar at Fri Jan 26 00:16:16 EST 2024
NAME

allocated for Amiram EldarPowerful exponentially 2^n-numbers: numbers whose prime factorization contains only exponents that are powers of 2 that are larger than 1.

DATA

1, 4, 9, 16, 25, 36, 49, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 625, 676, 784, 841, 900, 961, 1089, 1156, 1225, 1296, 1369, 1444, 1521, 1681, 1764, 1849, 1936, 2025, 2116, 2209, 2304, 2401, 2500, 2601, 2704, 2809, 3025, 3249

OFFSET

1,2

COMMENTS

First Differs from A354180 and A367802 at n = 113.

Also, exponentially 2^n-numbers that are squares.

Also, squares of exponentially 2^n-numbers.

FORMULA

a(n) = A138302(n)^2.

Sum_{n>=1} 1/a(n) = Product_{p prime} (1 + Sum_{k>=1} 1/p^(2^k)) = 1.62194750148969761827... .

MATHEMATICA

q[n_] := AllTrue[FactorInteger[n][[;; , 2]], # > 1 && # == 2^IntegerExponent[#, 2] &]; Select[Range[3300], # == 1 || q[#] &]

PROG

(PARI) is(n) = {my(e = factor(n)[, 2]); if(n == 1, 1, for(i = 1, #e, if(e[i] == 1 || e[i] >> valuation(e[i], 2) > 1, return(0))); 1); }

CROSSREFS

Intersection of A001694 and A138302.

Intersection of A000290 and A138302.

Cf. A354180, A367802.

KEYWORD

allocated

nonn

AUTHOR

Amiram Eldar, Jan 26 2024

STATUS

approved

editing

#1 by Amiram Eldar at Fri Jan 26 00:06:05 EST 2024
NAME

allocated for Amiram Eldar

KEYWORD

allocated

STATUS

approved