|
Search: id:A001911
|
|
|
| A001911 |
|
Fibonacci numbers - 2. (Formerly M2546 N1007)
|
|
+0 18
|
|
| 0, 1, 3, 6, 11, 19, 32, 53, 87, 142, 231, 375, 608, 985, 1595, 2582, 4179, 6763, 10944, 17709, 28655, 46366, 75023, 121391, 196416, 317809, 514227, 832038, 1346267, 2178307, 3524576, 5702885, 9227463, 14930350, 24157815, 39088167, 63245984
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 233.
D. G. Rogers, An application of renewal sequences to the dimer problem, pp. 142-153 of Combinatorial Mathematics VI (Armidale 1978), Lect. Notes Math. 748, 1979.
|
|
LINKS
|
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
D. J. Broadhurst, On the enumeration of irreducible k-fold Euler sums and their roles in knot theory and field theory
|
|
FORMULA
|
a(n) = a(n-1) + a(n-2) + 2, a(0)=0, a(1)=1.
G.f.: (x+x^2)/(1-2*x+x^3).
Sum of consecutive pairs of partial sums of Fibonacci numbers. - Paul Barry (pbarry(AT)wit.ie), Apr 17 2004
a(n) = A101220(2, 1, n) - Ross La Haye (rlahaye(AT)new.rr.com), Jan 28 2005
a(n) = A108617(n+1, 2) = A108617(n+1, n-1) for n>0; - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Jun 12 2005
|
|
MAPLE
|
a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=a[n-1]+a[n-2]+2 od: seq(a[n], n=0..50); (Miklos Kristof (kristmikl(AT)freemail.hu), Mar 09 2005)
with(combinat):a:=n->sum(fibonacci(j), j=2..n): seq(a(n), n=1..37); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 03 2007
A001911:=(1+z)/(z-1)/(z**2+z-1); [Conjectured by S. Plouffe in his 1992 dissertation.]
|
|
CROSSREFS
|
a(n) = A000045(n+3)-2.
Partial sums of F(n+1)=A000045(n+1).
Cf. A000071.
Right-hand column 3 of triangle A011794.
Sequence in context: A114089 A001976 A116557 this_sequence A020957 A116365 A055417
Adjacent sequences: A001908 A001909 A001910 this_sequence A001912 A001913 A001914
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
More terms and better description from Michael Somos
|
|
|
Search completed in 0.002 seconds
|