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!)
A134493 a(n) = Fibonacci(6*n+1). 11
1, 13, 233, 4181, 75025, 1346269, 24157817, 433494437, 7778742049, 139583862445, 2504730781961, 44945570212853, 806515533049393, 14472334024676221, 259695496911122585, 4660046610375530309, 83621143489848422977, 1500520536206896083277, 26925748508234281076009 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For positive n, a(n) equals (-1)^n times the permanent of the (6n)X(6n) tridiagonal matrix with ((-1)^(1/6))'s along the three central diagonals. - John M. Campbell, Jul 12 2011
a(n) = x + y where those two values are solutions to: x^2 = 5*y^2 + 1. (See related sequences with formula below). - Richard R. Forberg, Sep 05 2013
LINKS
FORMULA
From R. J. Mathar, Apr 17 2011: (Start)
G.f.: ( 1-5*x ) / ( 1-18*x+x^2 ).
a(n) = A049660(n+1) - 5*A049660(n). (End)
a(n) = Fibonacci(3*n+1)^2 + Fibonacci(3*n)^2. - Gary Detlefs, Oct 12 2011
a(n) = 18*a(n-1) - a(n-2). - Richard R. Forberg, Sep 05 2013
a(n) = A060645(n) + A023039(n), as derives from comment above. - Richard R. Forberg, Sep 05 2013
a(n) = ((5-sqrt(5)+(5+sqrt(5))*(9+4*sqrt(5))^(2*n)))/(10*(9+4*sqrt(5))^n). - Colin Barker, Jan 24 2016
2*a(n) = Fibonacci(6*n) + Lucas(6*n). - Bruno Berselli, Oct 13 2017
a(n) = S(n, 18) - 5*S(n-1, 18), n >= 0, with the Chebyshev S-polynomials S(n-1, 18) = A049660(n). (See the g.f.) - Wolfdieter Lang, Jul 10 2018
MATHEMATICA
Table[Fibonacci[6n+1], {n, 0, 30}]
PROG
(Magma) [Fibonacci(6*n+1): n in [0..100]]; // Vincenzo Librandi, Apr 16 2011
(PARI) a(n)=fibonacci(6*n+1) \\ Charles R Greathouse IV, Jul 15 2011
(PARI) Vec((1-5*x)/(1-18*x+x^2) + O(x^100)) \\ Altug Alkan, Jan 24 2016
CROSSREFS
Sequence in context: A114755 A142610 A218202 * A051689 A000824 A229384
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Oct 28 2007
EXTENSIONS
Offset changed to 0 by Vincenzo Librandi, Apr 16 2011
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 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)