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!)
A256599 Final terms in rows of triangle A256600. 1
1, 1, 2, 6, 28, 220, 3120, 83664, 4357344, 447134112, 91076016768, 36961806703872, 29943818376782336, 48470579116735833088, 156845720249107280302080, 1014831255949728967492085760, 13130865085565056931098800492544, 339779374103012848597500716186767360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The rows of triangle A256600 consists of terms T(n,k), k=0..2^n-1, where row n+1 equals the concatenation of the partial sums of the prior row with itself.
LINKS
PROG
(PARI) {AA=vector(15); A=[1]; print1(1, ", "); for(n=1, #AA, A=concat(Vec(Ser(A)/(1-x)), Vec(Ser(A)/(1-x))); AA[n]=A; print1(AA[n][2^(n-1)], ", "))}
CROSSREFS
Cf. A256600.
Sequence in context: A226773 A370926 A119966 * A355208 A002047 A126340
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 03 2015
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 July 11 20:49 EDT 2024. Contains 374234 sequences. (Running on oeis4.)