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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141397 a(n) = 3*a(n-1) + A001651(n+1). 1
1, 5, 19, 62, 193, 587, 1771, 5324, 15985, 47969, 143923, 431786, 1295377, 3886151, 11658475, 34975448, 104926369, 314779133, 944337427, 2833012310, 8499036961, 25497110915, 76491332779, 229473998372, 688421995153, 2065265985497, 6195797956531, 18587393869634 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums of triangle A141396.
LINKS
FORMULA
G.f.: ( -1-x-x^2 ) / ( (1+x)*(3*x-1)*(x-1)^2 ). a(n) = (-1)^n/16 -3*n/4 -3/2 +13*3^(n+1)/16. - R. J. Mathar, Feb 16 2011
EXAMPLE
a(2) = 19 = 3*a(1) + A001651(3) = 3*5 + 4 where A001651(3) = 4.
a(2) = 19 = sum of row 2 terms of triangle A141396: (4 + 6 + 9).
PROG
(PARI) Vec((-1-x-x^2) / ((1+x)*(3*x-1)*(x-1)^2) + O(x^40)) \\ Michel Marcus, Jan 21 2015
CROSSREFS
Sequence in context: A072111 A173627 A295288 * A305779 A143131 A036677
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Jun 29 2008
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 December 5 05:01 EST 2023. Contains 367575 sequences. (Running on oeis4.)