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.

A131130 Binomial transform of [1,1,7,1,7,1,7,1,...].

Original entry on oeis.org

1, 2, 10, 26, 58, 122, 250, 506, 1018, 2042, 4090, 8186, 16378, 32762, 65530, 131066, 262138, 524282, 1048570, 2097146, 4194298, 8388602, 16777210, 33554426, 67108858, 134217722, 268435450, 536870906, 1073741818, 2147483642
Offset: 0

Views

Author

Gary W. Adamson, Jun 16 2007

Keywords

Comments

For n >= 3, number of vertices of 4,4'-bipyridinium dendrimers (see the Arjomanfar and Gholami reference, p. 71). - Emeric Deutsch, Apr 12 2015
Number of ways to color a (2n-1) X (2n-1) chess board in a "balanced" way. A coloring is called balanced if, within every square subgrid made up of k^2 cells for 1 <= k <= 2*n-1, the number of black cells differs from the number of white cells by at most one. It is problem 3 from the British Maths Olympiad 2020. - Ruediger Jehn, Jan 27 2021

Crossrefs

Cf. A095121 (bin transf 1,1,3,1,3,...), A131128 (bin transf 1,1,5,1,5,..), A131131.

Programs

  • Maple
    1, seq(4*2^n -6, n = 1..30);
  • Mathematica
    Join[{1},LinearRecurrence[{3,-2},{2,10},30]] (* Harvey P. Dale, Mar 07 2014 *)
    CoefficientList[Series[(1 -x +6x^2)/(1 -3x +2x^2), {x, 0, 40}], x] (* Vincenzo Librandi, Mar 08 2014 *)

Formula

Row sums of triangle A131131.
a(n) = 4*2^n - 6 for n >= 1; a(0)=1.
From Philippe Deléham, Jan 04 2009: (Start)
a(n) = 3*a(n-1) - 2*a(n-2), n > 2; a(0)=1, a(1)=2, a(2)=10.
G.f.: (1-x+6*x^2) / (1-3*x+2*x^2). (End)
a(n) = 2*a(n-1) + 6 for n > 1, a(0)=1, a(1)=2. - Philippe Deléham, Sep 25 2009
E.g.f.: 3 - 6*exp(x) + 4*exp(2*x). - Stefano Spezia, Feb 05 2021

Extensions

Edited by Emeric Deutsch, Jul 12 2007
Showing 1-1 of 1 results.