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!)
A088545 Quotient Fibonacci(5*n)/(5*Fibonacci(n)), where Fibonacci(n) = A000045(n). 2
1, 11, 61, 451, 3001, 20801, 141961, 974611, 6675901, 45768251, 313671601, 2150012161, 14736206161, 101003973851, 692290189501, 4745031073651, 32522917584361, 222915417520961, 1527884938291801, 10472279325329251, 71778069881360701, 491974211042344811, 3372041404278257761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequences {Fibonacci(k*n)/(Fibonacci(k)*Fibonacci(n)): n >= 1} are integral in the three cases k = 1 (A000012), k = 2 (A000032) and k = 5 (the present sequence). See Young, Section 4. - Peter Bala, Jan 09 2023
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.
FORMULA
a(n) = 5*Fib(n)^2*(Fib(n)^2 + (-1)^n) + 1 = 5*A007598(n)*A059929(n+1) + 1.
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
PROG
(PARI) a(n)=fibonacci(5*n)/(5*fibonacci(n)); \\ Joerg Arndt, Jul 16 2013
CROSSREFS
Sequence in context: A068846 A092164 A354336 * A259257 A289646 A020454
KEYWORD
nonn,easy
AUTHOR
Lekraj Beedassy, Nov 17 2003
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 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)