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.

A086090 2^n+n3^n.

Original entry on oeis.org

1, 5, 22, 89, 340, 1247, 4438, 15437, 52744, 177659, 591514, 1950665, 6381388, 20734391, 66977950, 215266373, 688813072, 2195513843, 6973830946, 22083492161, 69736736596, 219669514415, 690387505702, 2165301501629
Offset: 0

Views

Author

Paul Barry, Jul 09 2003

Keywords

Comments

Binomial transform of A048474

Crossrefs

Cf. A086091.

Programs

  • Mathematica
    Table[2^n+n*3^n,{n,0,30}] (* or *) LinearRecurrence[{8,-21,18},{1,5,22},30] (* Harvey P. Dale, Jun 06 2017 *)

Formula

G.f.: (1-3x+3x^2)/((1-2x)(1-3x)^2)

A086092 4^n+3n5^(n-1).

Original entry on oeis.org

1, 7, 46, 289, 1756, 10399, 60346, 344509, 1940536, 10809019, 59642326, 326459929, 1774589716, 9588593239, 51537966706, 275731944949, 1469138717296, 7799162291059, 41267449945486, 217712622047569, 1145508691315276
Offset: 0

Views

Author

Paul Barry, Jul 09 2003

Keywords

Comments

Binomial transform of A086091.

Programs

  • Mathematica
    LinearRecurrence[{14,-65,100},{1,7,46},30] (* Harvey P. Dale, Apr 26 2025 *)

Formula

G.f.: (1-7x+13x^2)/((1-4x)(1-5x)^2)
Showing 1-2 of 2 results.