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!)
A132920 a(n) = n*Fibonacci(n) + binomial(n, 2). 2
1, 3, 9, 18, 35, 63, 112, 196, 342, 595, 1034, 1794, 3107, 5369, 9255, 15912, 27285, 46665, 79610, 135490, 230076, 389873, 659364, 1113108, 1875925, 3156543, 5303637, 8899086, 14913047, 24961635, 41734804, 69706384, 116311602, 193898719, 322961870, 537493302 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Andrew Howroyd, Aug 10 2018: (Start)
a(n) = 5*a(n-1) - 8*a(n-2) + 2*a(n-3) + 6*a(n-4) - 4*a(n-5) - a(n-6) + a(n-7).
G.f.: x*(1 - 2*x + 2*x^2 - 5*x^3 + 5*x^4)/((1 - x)^3*(1 - x - x^2)^2).
(End)
EXAMPLE
a(4) = 18 = 3 + 4 + 5 + 6.
PROG
(PARI) a(n) = n*fibonacci(n) + binomial(n, 2); \\ Andrew Howroyd, Aug 10 2018
(PARI) Vec((1 - 2*x + 2*x^2 - 5*x^3 + 5*x^4)/((1 - x)^3*(1 - x - x^2)^2) + O(x^40)) \\ Andrew Howroyd, Aug 10 2018
CROSSREFS
Row sums of A132919.
Sequence in context: A293406 A295862 A246695 * A127645 A000241 A028723
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Sep 05 2007
EXTENSIONS
Name changed and terms a(11) and beyond from Andrew Howroyd, Aug 10 2018
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)