|
Search: id:A147539
|
|
|
| A147539 |
|
Numbers whose binary representation is the concatenation of n 1's, 2n-1 digits 0 and n 1's. |
|
+0 6
|
|
| 5, 99, 1799, 30735, 507935, 8257599, 133169279, 2139095295, 34292630015, 549218943999, 8791798056959, 140703128621055, 2251524935786495, 36026597995724799, 576443160117411839, 9223231299366486015
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
a(n) is the number whose binary representation is A138120(n).
|
|
FORMULA
|
a(n) = 2^n-1+2^(4n-1)-2^(3n-1). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 09 2008]
|
|
MATHEMATICA
|
Table[FromDigits[Join[Table[1, {n}], Table[0, {2n - 1}], Table[1, {n}]], 2], {n, 1, 20}] [From Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Nov 11 2008]
|
|
CROSSREFS
|
Cf. A138120.
Sequence in context: A053980 A088995 A093749 this_sequence A156276 A128784 A078534
Adjacent sequences: A147536 A147537 A147538 this_sequence A147540 A147541 A147542
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Omar E. Pol (info(AT)polprimos.com), Nov 06 2008
|
|
EXTENSIONS
|
Extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl) and Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Nov 09 2008
|
|
|
Search completed in 0.002 seconds
|