The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A103326 a(n) = Fibonacci(5n)/Fibonacci(n). 2
5, 55, 305, 2255, 15005, 104005, 709805, 4873055, 33379505, 228841255, 1568358005, 10750060805, 73681030805, 505019869255, 3461450947505, 23725155368255, 162614587921805, 1114577087604805, 7639424691459005, 52361396626646255, 358890349406803505 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = L(4n) + (-1)^n*L(2n) + 1, where L(n) = A000032, the Lucas numbers.
a(n) = 1 + L(n)*L(3n). - Neven Juric, Jan 05 2009
a(n) = 25*(Fibonacci(n)^4 + (-1)^n*Fibonacci(n)^2) + 5. - Gary Detlefs, Dec 22 2012
G.f.: -5*x*(x^4 - 4*x^3 - 9*x^2 + 6*x + 1) /((x - 1)*(x^2 - 7*x + 1)*(x^2 + 3*x + 1)). - Colin Barker, Jul 16 2013
a(n) = 5*A088545(n). - Joerg Arndt, Jul 16 2013
exp(Sum_{n >= 1} a(n)*x^n/n) = Sum_{n >= 0} A001656(n)*x^n. - Peter Bala, Mar 30 2015
a(n) = 1 + (1/2*(7 - 3*sqrt(5)))^n + (1/2*(-3 - sqrt(5)))^n + (1/2*(-3 + sqrt(5)))^n + (1/2*(7 + 3*sqrt(5)))^n. - Colin Barker, Jun 03 2016
MAPLE
p:= (1+5^(1/2))/2: q:=(1-5^(1/2))/2:
seq(simplify(q^(4*n)+(p-2)^n+(q-2)^n+(3*p+2)^n+(-1)^(2*n)/4+3/4), n=1..19);
PROG
(Magma) [Fibonacci(5*n)/Fibonacci(n): n in [1..50]]; // Vincenzo Librandi, Apr 20 2011
(PARI) Vec(-5*x*(x^4-4*x^3-9*x^2+6*x+1)/((x-1)*(x^2-7*x+1)*(x^2+3*x+1)) + O(x^30)) \\ Colin Barker, Jun 03 2016
CROSSREFS
Fourth row of array A028412.
Sequence in context: A057722 A078216 A014700 * A060558 A348065 A014852
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Feb 03 2005
EXTENSIONS
More terms from Colin Barker, Jul 16 2013
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 May 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)