[go: up one dir, main page]

login
Revision History for A253317 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Indices in A261283 where records occur.
(history; published version)
#43 by Michel Marcus at Thu May 23 00:49:12 EDT 2024
STATUS

reviewed

approved

#42 by Joerg Arndt at Thu May 23 00:42:13 EDT 2024
STATUS

proposed

reviewed

#41 by John Tyler Rascoe at Wed May 22 23:10:51 EDT 2024
STATUS

editing

proposed

#40 by John Tyler Rascoe at Wed May 22 18:49:34 EDT 2024
FORMULA

G.f.: 1/(1-x) * Sum_{k>=0} (2^(-1+2^k))*x^2^k/(1+x^2^k). - John Tyler Rascoe, May 22 2024

STATUS

approved

editing

#39 by Michael De Vlieger at Fri Dec 29 16:41:21 EST 2023
STATUS

proposed

approved

#38 by Gus Wiseman at Fri Dec 29 14:54:58 EST 2023
STATUS

editing

proposed

#37 by Gus Wiseman at Fri Dec 29 14:54:44 EST 2023
COMMENTS

Numbers These are numbers whose binary indices are all powers of 2, where a binary index of n (row n of A048793) is any position of a 1 in its reversed binary expansion. For example, the terms together with their binary expansions and binary indices begin:

#36 by Gus Wiseman at Fri Dec 29 01:00:11 EST 2023
COMMENTS

From Gus Wiseman, Dec 29 2023: (Start)

Numbers whose binary indices are all powers of 2, where a binary index of n (row n of A048793) is any position of a 1 in its reversed binary expansion. For example, the terms together with their binary expansions and binary indices begin:

0: 0 ~ {}

1: 1 ~ {1}

2: 10 ~ {2}

3: 11 ~ {1,2}

8: 1000 ~ {4}

9: 1001 ~ {1,4}

10: 1010 ~ {2,4}

11: 1011 ~ {1,2,4}

128: 10000000 ~ {8}

129: 10000001 ~ {1,8}

130: 10000010 ~ {2,8}

131: 10000011 ~ {1,2,8}

136: 10001000 ~ {4,8}

137: 10001001 ~ {1,4,8}

138: 10001010 ~ {2,4,8}

139: 10001011 ~ {1,2,4,8}

For powers of 3 we have A368531.

(End)

FORMULA

a(2^n+1) = 2^(2^n-1) = A058891(n+1). - Gus Wiseman, Dec 29 2023

a(2^n) = A072639(n). - Gus Wiseman, Dec 29 2023

CROSSREFS

A048793 lists binary indices, length A000120, sum A029931.

A070939 gives length of binary expansion.

A096111 gives product of binary indices.

Cf. A058891, A062050, A072639, A326031, A326675, A326702, `A326753, A367771, ~A367912, ~A368183, A368109, A368531.

STATUS

approved

editing

#35 by Alois P. Heinz at Wed Dec 13 21:07:31 EST 2023
STATUS

editing

approved

#34 by Alois P. Heinz at Wed Dec 13 21:07:22 EST 2023
MAPLE

a:= n-> (l-> add(l[i+1]*2^(2^i-1), i=0..nops(l)-1)/2)(Bits[Split](n-1)):

STATUS

approved

editing