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.

Showing 1-2 of 2 results.

A053573 a(n) = 5*a(n-1) + 14*a(n-2), a(0)=1, a(1)=5.

Original entry on oeis.org

1, 5, 39, 265, 1871, 13065, 91519, 640505, 4483791, 31386025, 219703199, 1537920345, 10765446511, 75358117385, 527506838079, 3692547833785, 25847834902031, 180934844183145, 1266543909544159, 8865807366284825, 62060651565042351
Offset: 0

Views

Author

Barry E. Williams, Jan 18 2000

Keywords

References

  • A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 189, 194-196.
  • F. P. Muga II, Extending the Golden Ratio and the Binet-de Moivre Formula, March 2014; Preprint on ResearchGate.

Crossrefs

Cf. A090409 (binomial transform).

Programs

Formula

a(n) = (7^(n+1) - (-2)^(n+1))/9.
a(n) = 5*a(n-1) + 14*a(n-2), with a(0)=1, a(1)=5.
G.f.: 1/(1-5*x-14*x^2). - Zerinvary Lajos, Apr 24 2009
E.g.f.: (7*exp(7*x) - 2*exp(-2*x))/9. - G. C. Greubel, May 16 2019

A090411 Expansion of g.f. (1-x)/(1-16*x).

Original entry on oeis.org

1, 15, 240, 3840, 61440, 983040, 15728640, 251658240, 4026531840, 64424509440, 1030792151040, 16492674416640, 263882790666240, 4222124650659840, 67553994410557440, 1080863910568919040, 17293822569102704640, 276701161105643274240, 4427218577690292387840
Offset: 0

Views

Author

Paul Barry, Nov 30 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 15*16^(n-1) + 0^n/16.
a(n) = Sum_{j=0..3, Sum_{k=0..n, C(4*n+j, 4*k)}}.
a(n) = (A070775(n) + A090407(n) + A001025(n) + A090408(n))/4.
From Elmo R. Oliveira, Mar 25 2025: (Start)
E.g.f.: (15*exp(16*x) + 1)/16.
a(n) = 16*a(n-1) for n > 1. (End)
Showing 1-2 of 2 results.