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-3 of 3 results.

A047850 a(n) = (5^n + 3)/4.

Original entry on oeis.org

1, 2, 7, 32, 157, 782, 3907, 19532, 97657, 488282, 2441407, 12207032, 61035157, 305175782, 1525878907, 7629394532, 38146972657, 190734863282, 953674316407, 4768371582032, 23841857910157, 119209289550782, 596046447753907
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = A047848(2,n).
From Philippe Deléham, Oct 06 2009: (Start)
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1.
G.f.: (1-4*x)/((1-x)*(1-5*x)). (End)
a(n) = 5*a(n-1) - 3 (with a(0)=1). - Vincenzo Librandi, Aug 06 2010
From Elmo R. Oliveira, Dec 10 2023: (Start)
a(n) = A132079(n)/2.
E.g.f.: (1/4)*(exp(5*x) + 3*exp(x)). (End)

Extensions

Better description from Michael Somos

A242328 a(n) = 5^n + 2.

Original entry on oeis.org

3, 7, 27, 127, 627, 3127, 15627, 78127, 390627, 1953127, 9765627, 48828127, 244140627, 1220703127, 6103515627, 30517578127, 152587890627, 762939453127, 3814697265627, 19073486328127, 95367431640627, 476837158203127, 2384185791015627, 11920928955078127
Offset: 0

Views

Author

Vincenzo Librandi, May 13 2014

Keywords

Crossrefs

Programs

  • Magma
    [5^n+2: n in [0..30]];
  • Mathematica
    Table[5^n + 2, {n, 0, 30}] (* or *) CoefficientList[Series[(3 - 11 x)/((1 - x) (1 - 5 x)), {x, 0, 30}], x]
    LinearRecurrence[{6,-5},{3,7},30] (* Harvey P. Dale, Jun 30 2022 *)

Formula

G.f.: (3-11*x)/((1-x)*(1-5*x)).
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1.
From Elmo R. Oliveira, Dec 04 2023: (Start)
a(n) = A000351(n) + 2.
a(n) = 5*a(n-1) - 8 with a(0) = 3.
E.g.f.: exp(5*x) + 2*exp(x). (End)

A242329 a(n) = 5^n + 4.

Original entry on oeis.org

5, 9, 29, 129, 629, 3129, 15629, 78129, 390629, 1953129, 9765629, 48828129, 244140629, 1220703129, 6103515629, 30517578129, 152587890629, 762939453129, 3814697265629, 19073486328129, 95367431640629, 476837158203129, 2384185791015629, 11920928955078129
Offset: 0

Views

Author

Vincenzo Librandi, May 13 2014

Keywords

Comments

Subsequence of A226810. - Bruno Berselli, May 13 2014

Crossrefs

Cf. A000351, A003463, A034474, A132079, A178676, A226810, A242328, A253208 (similar sequence).

Programs

  • Magma
    [5^n+4: n in [0..30]];
  • Mathematica
    Table[5^n + 4, {n, 0, 30}]
    LinearRecurrence[{6,-5},{5,9},30] (* Harvey P. Dale, Mar 15 2025 *)

Formula

G.f.: (5-21*x)/((1-x)*(1-5*x)).
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1.
From Elmo R. Oliveira, Dec 06 2023: (Start)
a(n) = A000351(n)+4 = A034474(n)+3 = A242328(n)+2.
a(n) = 5*a(n-1) - 16 with a(0) = 5.
E.g.f.: exp(5*x) + 4*exp(x). (End)
Showing 1-3 of 3 results.