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!)
A048770 Partial sums of A048694. 0
1, 8, 23, 60, 149, 364, 883, 2136, 5161, 12464, 30095, 72660, 175421, 423508, 1022443, 2468400, 5959249, 14386904, 34733063, 83853036, 202439141, 488731324, 1179901795, 2848534920, 6876971641, 16602478208, 40081928063 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ((7+4*sqrt(2))*(1+sqrt(2))^n-(7-4*sqrt(2))*(1-sqrt(2))^n)/(2*sqrt(2))-3.
a(n) = 2*a(n-1)+a(n-2)+6 with n>1, a(0)=1, a(1)=8.
a(n) = 3*a(n-1)-a(n-2)-a(n-3). G.f.: (1+5*x)/((1-x)*(1-2*x-x^2)). - Colin Barker, Jun 23 2012
a(n) = 3*A000129(n)+4*A000129(n+1)-3. - R. J. Mathar, Sep 27 2012
MATHEMATICA
Accumulate[LinearRecurrence[{2, 1}, {1, 7}, 40]] (* Harvey P. Dale, Jul 22 2011 *)
LinearRecurrence[{3, -1, -1}, {1, 8, 23}, 27] (* Ray Chandler, Aug 03 2015 *)
CROSSREFS
Sequence in context: A358246 A048467 A002765 * A055273 A296323 A241353
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Jun 20 2000
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)