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!)
A228146 Triangle T(n,k), read by rows: T(n,k) is the numerator of (1+2^(n-k+1))/(1-2^(k+1)). 2

%I #10 Sep 08 2022 08:46:05

%S -3,-5,-1,-9,-5,-3,-17,-3,-5,-1,-33,-17,-9,-1,-3,-65,-11,-17,-3,-5,-1,

%T -129,-65,-33,-17,-9,-5,-3,-257,-43,-65,-11,-17,-1,-5,-1,-513,-257,

%U -129,-13,-33,-17,-9,-1,-3,-1025,-171,-257,-43,-65,-11,-17,-3,-5,-1

%N Triangle T(n,k), read by rows: T(n,k) is the numerator of (1+2^(n-k+1))/(1-2^(k+1)).

%C The denominators are given in A228147.

%H Vincenzo Librandi, <a href="/A228146/b228146.txt">Rows n = 0..90, flattened</a>

%e Triangle begins:

%e -3;

%e -5, -1;

%e -9, -5, -3;

%e -17, -3, -5, -1;

%e -33, -17, -9, -1, -3;

%e -65, -11, -17, -3, -5, -1;

%e -129, -65, -33, -17, -9, -5, -3;

%e -257, -43, -65, -11, -17, -1, -5, -1;

%e -513, -257, -129, -13, -33, -17, -9, -1, -3;

%e -1025, -171, -257, -43, -65, -11, -17, -3, -5, -1; etc.

%t a[n_, k_] := Numerator[(1 + 2^(n - k + 1))/(1 - 2^(k + 1))]; Table[a[n, k], {n, 0, 10}, {k, 0, n}] // Flatten

%o (Magma) [Numerator((1+2^(n-k+1))/(1-2^(k+1))): k in [0..n], n in [0..10]];

%Y Cf. A228147.

%K sign,tabl

%O 0,1

%A _Vincenzo Librandi_, Aug 15 2013

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 April 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)