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!)
A048773 Partial sums of A048697. 0
1, 11, 32, 84, 209, 511, 1240, 3000, 7249, 17507, 42272, 102060, 246401, 594871, 1436152, 3467184, 8370529, 20208251, 48787040, 117782340, 284351729, 686485807, 1657323352, 4001132520, 9659588401, 23320309331, 56300207072, 135920723484, 328141654049 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2*a(n-1)+a(n-2)+9; a(0)=1, a(1)=11.
a(n) = (((10+(11/2)*sqrt(2))*(1+sqrt(2))^n - (10-(11/2)*sqrt(2))*(1-sqrt(2))^n)/ 2*sqrt(2))-9/2.
From R. J. Mathar, Nov 08 2012: (Start)
G.f.: ( 1+8*x ) / ( (x-1)*(x^2+2*x-1) ).
a(n) = A048739(n)+8*A048739(n-1). (End)
a(n) = 3*a(n-1)-a(n-2)-a(n-3). - Wesley Ivan Hurt, May 21 2021
MATHEMATICA
Accumulate[LinearRecurrence[{2, 1}, {1, 10}, 35]] (* Harvey P. Dale, Jul 26 2011 *)
LinearRecurrence[{3, -1, -1}, {1, 11, 32}, 29] (* Ray Chandler, Aug 03 2015 *)
CROSSREFS
Sequence in context: A215727 A007790 A195857 * A056123 A006655 A290640
KEYWORD
easy,nice,nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Jul 26 2011
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)