[go: up one dir, main page]

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!)
Revision History for A369938 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A369938 Numbers whose maximal exponent in their prime factorization is a power of 2.
(history; published version)
#8 by OEIS Server at Tue Feb 06 08:14:34 EST 2024
LINKS

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

#7 by Michael De Vlieger at Tue Feb 06 08:14:34 EST 2024
STATUS

reviewed

approved

Discussion
Tue Feb 06 08:14
OEIS Server: Installed first b-file as b369938.txt.
#6 by Joerg Arndt at Tue Feb 06 00:57:41 EST 2024
STATUS

proposed

reviewed

#5 by Amiram Eldar at Tue Feb 06 00:54:10 EST 2024
STATUS

editing

proposed

#4 by Amiram Eldar at Tue Feb 06 00:52:24 EST 2024
COMMENTS

First differs from A096432, A220218 \ {1}, A335275 \ {1} and A337052 \ {1} at n = 56, and from A270428 \ {1} at n = 113.

#3 by Amiram Eldar at Tue Feb 06 00:44:44 EST 2024
LINKS

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

#2 by Amiram Eldar at Tue Feb 06 00:43:52 EST 2024
NAME

allocatedNumbers whose maximal exponent in their prime factorization is a forpower Amiramof Eldar2.

DATA

2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77

OFFSET

1,1

COMMENTS

First differs from its subsequence A138302 \ {1} at n = 378: a(378) = 432 = 2^4 * 3^3 is not a term of A138302.

First differs from A096432, A220218 \ {1}, A335275 \ {1} and A337052 \ {1} at n = 56, from A270428 \ {1} at n = 113.

Numbers k such that A051903(k) is a power of 2.

The asymptotic density of this sequence is 1/zeta(3) + Sum_{k>=2} (1/zeta(2^k+1) - 1/zeta(2^k)) = 0.87442038669659566330... .

MATHEMATICA

pow2Q[n_] := n == 2^IntegerExponent[n, 2];

Select[Range[2, 100], pow2Q[Max[FactorInteger[#][[;; , 2]]]] &]

PROG

(PARI) ispow2(n) = n >> valuation(n, 2) == 1;

is(n) = n > 1 && ispow2(vecmax(factor(n)[, 2]));

CROSSREFS

Cf. A000079, A002117, A051903.

Subsequences: A001146, A001248, A005117, A030514, A030635, A050376, A062503, A113849, A138302 \ {1}, A179645.

Similar sequences: A368714, A369937, A369939.

Cf. A096432, A220218, A270428, A335275, A337052.

KEYWORD

allocated

nonn,easy

AUTHOR

Amiram Eldar, Feb 06 2024

STATUS

approved

editing

#1 by Amiram Eldar at Tue Feb 06 00:15:01 EST 2024
NAME

allocated for Amiram Eldar

KEYWORD

allocated

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 August 30 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)