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!)
A349304 Terms of sequence A133342 interpreted as numbers written in base 2 and converted here to base 10. 1
1, 3, 13, 63, 1641, 55979, 1963261, 1051838303, 427823653777, 899765549835411, 962612860717614517, 16451240378526759988983, 275851420933163891499583577, 75079775107059278497058879826395, 1275913767034795679914048924532788093, 1386272923043819758818080175342943182028095 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) is a Mersenne number (A000225) iff n = 0, 1, 3 (see proof in A133342).
LINKS
MATHEMATICA
a[n_] := FromDigits[Join @@ Table[IntegerDigits[Binomial[n, k], 2], {k, 0, n}], 2]; Array[a, 15, 0] (* Amiram Eldar, Nov 14 2021 *)
PROG
(PARI) a(n) = fromdigits(concat(vector(n+1, k, binary(binomial(n, k-1)))), 2); \\ Michel Marcus, Nov 14 2021
CROSSREFS
Sequence in context: A180111 A292183 A006923 * A372507 A283667 A011272
KEYWORD
nonn,base
AUTHOR
Bernard Schott, Nov 14 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 7 21:53 EDT 2024. Contains 372317 sequences. (Running on oeis4.)