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!)
A228147 Triangle T(n,k), read by rows: T(n,k) is the denominator of (1+2^(n-k+1))/(1-2^(k+1)). 2
1, 1, 1, 1, 3, 7, 1, 1, 7, 5, 1, 3, 7, 3, 31, 1, 1, 7, 5, 31, 21, 1, 3, 7, 15, 31, 63, 127, 1, 1, 7, 5, 31, 7, 127, 85, 1, 3, 7, 3, 31, 63, 127, 51, 511, 1, 1, 7, 5, 31, 21, 127, 85, 511, 341, 1, 3, 7, 15, 31, 63, 127, 15, 511, 1023, 2047, 1, 1, 7, 5, 31 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The numerators are given in A228146.
The first diagonal is A213243, the second diagonal is A213244, the third diagonal is A213246, the fourth diagonal is A213247.
LINKS
Vincenzo Librandi, Rows n = 0..100, flattened
EXAMPLE
Triangle begins:
1;
1,1;
1,3,7;
1,1,7,5;
1,3,7,3,31;
1,1,7,5,31,21;
1,3,7,15,31,63,127;
1,1,7,5,31,7,127,85;
1,3,7,3,31,63,127,51,511;
1,1,7,5,31,21,127,85,511,341;
1,3,7,15,31,63,127,15,511,1023,2047;
1,1,7,5,31,21,127,85,511,341,2047,1365; etc.
MATHEMATICA
a[n_, k_] := Denominator[(1 + 2^(n - k + 1))/(1 - 2^(k + 1))]; Table[a[n, k], {n, 0, 11}, {k, 0, n}] // Flatten
PROG
(Magma) [Denominator((1+2^(n-k+1))/(1-2^(k+1))): k in [0..n], n in [0..11]];
CROSSREFS
Sequence in context: A085785 A200235 A127929 * A200922 A210453 A003118
KEYWORD
nonn,tabl
AUTHOR
Vincenzo Librandi, Aug 15 2013
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)