cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A375500 a(n) = Sum_{k=0..n} A001595(k)^2.

Original entry on oeis.org

1, 2, 11, 36, 117, 342, 967, 2648, 7137, 19018, 50347, 132716, 348941, 915950, 2401911, 6294640, 16489889, 43187778, 113094099, 296127940, 775343821, 2029991062, 5314771031, 13914551256, 36429253657, 95373809882, 249693147107, 653707202748, 1711431003597, 4480589921838
Offset: 0

Views

Author

Stefano Spezia, Aug 18 2024

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=4*(Fibonacci[n+1] - 1)*(Fibonacci[n+2] - 1) + n + 1; Array[a,30,0]

Formula

a(n) = 4*(Fibonacci(n+1) - 1)*(Fibonacci(n+2) - 1) + n + 1 (see Falcon).
G.f.: (1 - 3*x + 7*x^2 - 3*x^3 + x^4 - x^5)/((1 - x)^2*(1 + x)*(1 - 3*x + x^2)*(1 - x - x^2)).
E.g.f.: (4*exp(-x) + exp(x)*(5 + x) + 8*exp(x/2)*((2*exp(x) - 5)*cosh(sqrt(5)*x/2) + sqrt(5)*(exp(x) - 2)*sinh(sqrt(5)*x/2)))/5.