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

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

Original entry on oeis.org

1, 7, 29, 103, 373, 1407, 5277, 19639, 73157, 272943, 1018157, 3796839, 14159317, 52806751, 196940221, 734469911, 2739138277, 10215390607, 38097452877, 142081224135, 529879903477, 1976142458303, 7369856791005, 27485259393911, 102503957075973, 382279865222383, 1425680525146477, 5316955307198503
Offset: 0

Views

Author

N. J. A. Sloane, Aug 21 2014

Keywords

Comments

This is the subsequence A246039(2^n-1), n >= 0.

Crossrefs

Cf. A246039.

Programs

  • Maple
    -(2*x+1)*(4*x^2+2*x+1)/(8*x^4+8*x^3+3*x-1);
  • Mathematica
    LinearRecurrence[{3, 0, 8, 8}, {1, 7, 29, 103}, 28] (* Jean-François Alcover, Oct 09 2018 *)
Showing 1-1 of 1 results.