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.

A002699 a(n) = n*2^(2*n-1).

Original entry on oeis.org

0, 2, 16, 96, 512, 2560, 12288, 57344, 262144, 1179648, 5242880, 23068672, 100663296, 436207616, 1879048192, 8053063680, 34359738368, 146028888064, 618475290624, 2611340115968, 10995116277760, 46179488366592, 193514046488576
Offset: 0

Views

Author

Keywords

Comments

Right side of binomial sum Sum(i * binomial(2*n, i), i=1..n) - Yong Kong (ykong(AT)curagen.com), Dec 26 2000
Coefficients of shifted Chebyshev polynomials.
Starting with offset 1 = 4th binomial transform of [2, 8, 0, 0, 0, ...]. - Gary W. Adamson, Jul 21 2009
Let P(A) be the power set of an n-element set A and B be the Cartesian product of P(A) with itself. Then a(n) = the sum of the size of the symmetric difference of x and y for every (x,y) of B. - Ross La Haye, Jan 04 2013
It's the relation [27] with T(n) in the document of Ross. Following the last comment of Ross, A002697 is the similar sequence when replacing "symmetric difference" by "intersection" and A212698 is the similar sequence when replacing "symmetric difference" by union. - Bernard Schott, Jan 04 2013
If Delta = Symmetric difference, here, X Delta Y and Y Delta X are considered as two distinct Cartesian products, if we want to consider that X Delta Y = X Delta Y is the same Cartesian product, see A002697. - Bernard Schott, Jan 15 2013

References

  • C. Lanczos, Applied Analysis. Prentice-Hall, Englewood Cliffs, NJ, 1956, p. 518.
  • A. P. Prudnikov, Yu. A. Brychkov and O.I. Marichev, "Integrals and Series", Volume 1: "Elementary Functions", Chapter 4: "Finite Sums", New York, Gordon and Breach Science Publishers, 1986-1992.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

Formula

a(n) = 2 * A002697(n). - Bernard Schott, Jan 04 2013
a(n) = A212698(n) - A002697(n)
a(n) = 8*a(n-1)-16*a(n-2) with n>1, a(0)=0, a(1)=2. - Vincenzo Librandi, Mar 20 2013
G.f.: (2*x)/(1 - 4*x)^2. - Harvey P. Dale, Jul 28 2021
E.g.f.: (exp(4*x) - 1)/2. - Stefano Spezia, Aug 04 2022