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!)
A152891 a(1) = b(1) = 0; for n > 1, b(n) = b(n-1) + n-1 + a(n-1) and a(n) = a(n-1) + n-1 + b(n). 5
0, 2, 9, 29, 83, 226, 602, 1588, 4171, 10935, 28645, 75012, 196404, 514214, 1346253, 3524561, 9227447, 24157798, 63245966, 165580120, 433494415, 1134903147, 2971215049, 7778742024, 20365011048, 53316291146, 139583862417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Partial sums of A035508. - R. J. Mathar, Dec 15 2008
LINKS
Guo-Niu Han, Enumeration of Standard Puzzles, 2011. [Cached copy]
Guo-Niu Han, Enumeration of Standard Puzzles, arXiv:2006.14070 [math.CO], 2020.
FORMULA
From R. J. Mathar, Dec 15 2008: (Start)
G.f.: x^2*(2 - x)/((1 - 3*x + x^2)*(1 - x)^2).
a(n) = A001906(n+1) - A001906(n) - n - 1. (End)
a(n) = Fibonacci(2*n+1) - n - 1. - Emeric Deutsch, Jun 01 2009
MAPLE
with(combinat): seq(fibonacci(2*n+1)-n-1, n = 1 .. 27); # Emeric Deutsch, Jun 01 2009
MATHEMATICA
lst={}; a=b=0; Do[b+=n+a; a+=n+b; AppendTo[lst, a], {n, 0, 2*4!}]; lst
Table[Fibonacci[2n+1]-n-1, {n, 30}] (* or *) LinearRecurrence[{5, -8, 5, -1}, {0, 2, 9, 29}, 30] (* Harvey P. Dale, Sep 24 2013 *)
CROSSREFS
Cf. A000045, A001906, A035508, A054452 (b sequence).
Sequence in context: A212272 A062452 A265440 * A181545 A069006 A351191
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name corrected by Jon E. Schoenfield, Feb 19 2019
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 16 00:27 EDT 2024. Contains 371696 sequences. (Running on oeis4.)