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!)
A131436 Triangle read by rows, (n-1) zeros followed by 2^n - 1. 4
1, 0, 3, 0, 0, 7, 0, 0, 0, 15, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1023, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2047, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4095, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
2*A059268(n)-A059268(n+1). - Paul Curtz, Jul 03 2008
EXAMPLE
First few rows of the triangle are:
1;
0, 3;
0, 0, 7;
0, 0, 0, 15;
0, 0, 0, 0, 31;
...
MATHEMATICA
Flatten[Table[{PadRight[{}, n-1, 0], 2^n-1}, {n, 20}]] (* Harvey P. Dale, May 23 2012 *)
CROSSREFS
Sequence in context: A270392 A060284 A036275 * A046765 A046777 A227724
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Jul 11 2007
EXTENSIONS
More terms from Harvey P. Dale, May 23 2012
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 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)