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!)
A114878 a(n) = (1/15)*(3*Fibonacci(5*(n+1)) - 5*Fibonacci(4*(n+1))). 1
0, 4, 74, 1024, 12750, 150952, 1739556, 19740728, 222003850, 2483142420, 27682969578, 307999242192, 3422552275480, 38003214330588, 421781012676970, 4679808933074296, 51914858228808470, 575847287536870136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Mohammad K. Azarian, On the Hyperfactorial Function, Hypertriangular Function, and the Discriminants of Certain Polynomials, International Journal of Pure and Applied Mathematics 36(2), 2007, pp. 251-257. MR2312537. Zbl 1133.11012.
FORMULA
a(n) = Fibonacci(5*(n+1))/Fibonacci(5) - Fibonacci(4*(n+1))/Fibonacci(4).
Lim_{n -> oo} a(n+1)/a(n) = (1 + sqrt(5))^2*(2 + sqrt(5))/2.
G.f.: 2*x*(x+2)/((1 -7*x +x^2)*(1 -11*x -x^2)). - Colin Barker, Dec 10 2012
MATHEMATICA
a[n_] := (1/15)*(3*Fibonacci[5*(n+1)] - 5*Fibonacci[4*(n+1)]);
Table[a[n], {n, 0, 30}] (* modified by G. C. Greubel, Jul 09 2021 *)
PROG
(Magma) [(3*Fibonacci(5*(n+1)) - 5*Fibonacci(4*(n+1)))/15: n in [0..30]]; // G. C. Greubel, Jul 09 2021
(Sage) [(3*fibonacci(5*(n+1)) - 5*fibonacci(4*(n+1)))/15 for n in (0..30)] # G. C. Greubel, Jul 09 2021
CROSSREFS
Cf. A000045.
Sequence in context: A104335 A156494 A232371 * A368353 A131359 A108808
KEYWORD
easy,nonn
AUTHOR
Roger L. Bagula, Feb 20 2006
EXTENSIONS
Edited by G. C. Greubel, Jul 09 2021
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 June 3 23:31 EDT 2024. Contains 373088 sequences. (Running on oeis4.)