A088545 Quotient Fibonacci(5*n)/(5*Fibonacci(n)), where Fibonacci(n) = A000045(n).
1, 11, 61, 451, 3001, 20801, 141961, 974611, 6675901, 45768251, 313671601, 2150012161, 14736206161, 101003973851, 692290189501, 4745031073651, 32522917584361, 222915417520961, 1527884938291801, 10472279325329251, 71778069881360701, 491974211042344811, 3372041404278257761
Offset: 1
Links
- Chatchawan Panraksa and Aram Tangboonduangjit, On Some Arithmetic Properties of a Sequence Related to the Quotient of Fibonacci Numbers, Fibonacci Quart. 55 (2017), no. 1, 21-28.
- Paul Thomas Young, p-adic congruences for generalized Fibonacci sequences, The Fibonacci Quarterly, Vol. 32, No. 1, 1994.
Programs
-
PARI
a(n)=fibonacci(5*n)/(5*fibonacci(n)); \\ Joerg Arndt, Jul 16 2013
Formula
a(n) = A103326(n) / 5.
G.f.: -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
The expansion of exp(Sum_{n >= 1} a(n)*x^n/n) = 1 + x + 6*x^2 + 26*x^3 + 151*x^4 + 851*x^5 + 5101*x^6 + ... has integral coefficients and is equal to G(x)^(1/5), where G(x) is the o.g.f. of A001656. See Young, Theorem 3. - Peter Bala, Jan 09 2023
Comments