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!)
A097788 a(n)=4a(n-1)+C(n+3,3),n>0, a(0)=1. 5
1, 8, 42, 188, 787, 3204, 12900, 51720, 207045, 828400, 3313886, 13255908, 53024087, 212096908, 848388312, 3393554064, 13574217225, 54296870040, 217187481490, 868749927500, 3474999711771, 13899998849108, 55599995398732 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of A052161.
LINKS
FORMULA
G.f.: 1/((1-4x)(1-x)^4); a(n)=4^(n+4)/81-(9n^3+90n^2+303n+350)/162; a(n)=sum{k=0..n, binomial(n+4, k+4)3^k}.
a(0)=1, a(1)=8, a(2)=42, a(3)=188, a(4)=787, a(n)=8*a(n-1)- 22*a(n-2)+ 28*a(n-3)- 17*a(n-4)+4*a(n-5). - Harvey P. Dale, May 04 2014
MATHEMATICA
RecurrenceTable[{a[0]==1, a[n]==4a[n-1]+Binomial[n+3, 3]}, a, {n, 30}] (* or *) LinearRecurrence[{8, -22, 28, -17, 4}, {1, 8, 42, 188, 787}, 30] (* Harvey P. Dale, May 04 2014 *)
CROSSREFS
Sequence in context: A212337 A289031 A093381 * A171478 A352626 A276265
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Aug 24 2004
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 25 09:20 EDT 2024. Contains 371967 sequences. (Running on oeis4.)