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!)
A159928 a(n) is the sum of the terms of row n of triangle A159927. 1
1, 3, 15, 91, 641, 5147, 46433, 465081, 5121789, 61513799, 800196799, 11208394387, 168193068805, 2691956450679, 45775335405729, 824136306116113, 15661462041469817, 313277888390065739, 6579708440058166031 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = -A075374(n+4) + A075374(n+3), for n >= 1; -A075374(n+4) = the sum of all terms of triangle A159927 in rows 1 through n.
LINKS
PROG
(Magma) S:=[1]; T:=S; s:=1; for m in [2..19] do T:=[ n lt m select T[n]+s else s: n in [1..m] ]; t:=&+T; s+:=t; Append(~S, t); end for; S; // Klaus Brockhaus, Jun 02 2009
CROSSREFS
Sequence in context: A006632 A366056 A369161 * A020018 A124553 A369623
KEYWORD
nonn
AUTHOR
Leroy Quet, Apr 26 2009
EXTENSIONS
More terms from Klaus Brockhaus, Jun 02 2009
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)