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!)
A048771 Partial sums of A048695. 1
1, 9, 26, 68, 169, 413, 1002, 2424, 5857, 14145, 34154, 82460, 199081, 480629, 1160346, 2801328, 6763009, 16327353, 39417722, 95162804, 229743337, 554649485, 1339042314, 3232734120, 7804510561, 18841755249, 45488021066, 109817797388, 265123615849 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=2*a(n-1)+a(n-1)+7; a(0)=1, a(1)=9.
G.f. ( 1+6*x ) / ( (x-1)*(x^2+2*x-1) ). a(n)=A048739(n)+6*A048739(n-1). - R. J. Mathar, Nov 08 2012
a(0)=1, a(1)=9, a(2)=26, a(n)=3*a(n-1)-a(n-2)-a(n-3). - Harvey P. Dale, May 01 2013
EXAMPLE
a(n)=[ {(8+(9/2)*sqrt(2))(1+sqrt(2))^n -(8-(9/2)*sqrt(2))(1-sqrt(2))^n}/ 2*sqrt(2) ]-7/2.
MATHEMATICA
Table[6*Fibonacci[n, 2] + Fibonacci[n+1, 2], {n, 0, 22}] // Accumulate (* Jean-François Alcover, Mar 25 2013 *)
Accumulate[LinearRecurrence[{2, 1}, {1, 8}, 40]] (* or *) LinearRecurrence[ {3, -1, -1}, {1, 9, 26}, 40] (* Harvey P. Dale, May 01 2013 *)
CROSSREFS
Sequence in context: A270695 A048468 A255108 * A055849 A235163 A084813
KEYWORD
easy,nice,nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, May 01 2013
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)