login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157603 Triangle read by rows: T(n,k) = 1 for k <= n/2, T(n,k)=A055248 otherwise. 0
1, 1, 1, 1, 3, 1, 1, 1, 4, 1, 1, 1, 11, 5, 1, 1, 1, 1, 16, 6, 1, 1, 1, 1, 42, 22, 7, 1, 1, 1, 1, 1, 64, 29, 8, 1, 1, 1, 1, 1, 163, 93, 37, 9, 1, 1, 1, 1, 1, 1, 256, 130, 46, 10, 1, 1, 1, 1, 1, 1, 638, 386, 176, 56, 11, 1
(list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
{1},
{1, 1},
{1, 3, 1},
{1, 1, 4, 1},
{1, 1, 11, 5, 1},
{1, 1, 1, 16, 6, 1},
{1, 1, 1, 42, 22, 7, 1},
{1, 1, 1, 1, 64, 29, 8, 1},
{1, 1, 1, 1, 163, 93, 37, 9, 1},
{1, 1, 1, 1, 1, 256, 130, 46, 10, 1},
{1, 1, 1, 1, 1, 638, 386, 176, 56, 11, 1}
MATHEMATICA
t[n_, m_] = Sum[Binomial[n, m - k], {k, 0, m}];
a = Table[Table[If[t[n, m] <= Sum[t[n, m], {m, 0, n}]/( n + 1), 1, t[n, n - m]], {m, 0, n}], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A079110 A079619 A318577 * A305439 A270825 A364096
KEYWORD
nonn,easy,tabl
AUTHOR
EXTENSIONS
Edited by Joerg Arndt, Sep 17 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 08:53 EDT 2024. Contains 376007 sequences. (Running on oeis4.)