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!)
A200408 a(n) = -4 + 5*Fibonacci(n+1)^2. 0
1, 1, 16, 41, 121, 316, 841, 2201, 5776, 15121, 39601, 103676, 271441, 710641, 1860496, 4870841, 12752041, 33385276, 87403801, 228826121, 599074576, 1568397601, 4106118241, 10749957116, 28143753121, 73681302241, 192900153616, 505019158601, 1322157322201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(1) and a(2n) are perfect squares.
LINKS
FORMULA
a(n) = 3*a(n-1)-3*a(n-3)+a(n-4). G.f.: 1-x*(x^3-7*x^2+13*x+1) / ((x-1)*(x+1)*(x^2-3*x+1)). - Colin Barker, Sep 01 2013
a(n) = A005248(n+1) - A010696(n). - R. J. Mathar, Jan 18 2021
MATHEMATICA
Table[-4 + 5*Fibonacci[n]^2, {n, 2, 31}] (* Alonso del Arte, Nov 17 2011 *)
PROG
(PARI) Vec(-x*(x^3-7*x^2+13*x+1)/((x-1)*(x+1)*(x^2-3*x+1)) + O(x^100)) \\ Colin Barker, Sep 01 2013
CROSSREFS
Cf. A005248.
Sequence in context: A188861 A134593 A227816 * A280184 A228685 A317761
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Nov 17 2011
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Mar 11 2024
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 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)