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.

A085527 a(n) = (2n+1)^n.

Original entry on oeis.org

1, 3, 25, 343, 6561, 161051, 4826809, 170859375, 6975757441, 322687697779, 16679880978201, 952809757913927, 59604644775390625, 4052555153018976267, 297558232675799463481, 23465261991844685929951, 1977985201462558877934081, 177482997121587371826171875
Offset: 0

Views

Author

N. J. A. Sloane, Jul 05 2003

Keywords

Comments

a(n) is the determinant of the zigzag matrix Z(n) (see A088961). - Paul Boddington, Nov 03 2003
a(n) is also the number of rho-labeled graphs with n edges. A graph with n edges is a rho-labeled graph if there exists a one-to-one mapping from its vertex set to {0,1,...,2n} such that every edge receives as a label the absolute difference of its end-vertices and the edge labels are x1,x2,...,xn where xi=i or xi=2n+1-i. - Christian Barrientos and Sarah Minion, Feb 20 2015
a(n) is the number of nodes in the canonical automaton for the affine Weyl group of types B_n and C_n. - Tom Edgar, May 12 2016
a(n) is the number of rooted (at an edge) 2-trees with n+2 edges. See also A052750. - Nikos Apostolakis, Dec 05 2018

References

  • Anders Björner and Francesco Brenti, Combinatorics of Coxeter groups. Graduate Texts in Mathematics, 231. Springer, New York, 2005.

Crossrefs

Programs

Formula

E.g.f.: sqrt(2)/(2*(1+LambertW(-2*x))*sqrt(-x/LambertW(-2*x))). - Vladeta Jovovic, Oct 16 2004
For r = 0, 1, 2, ..., the e.g.f. for the sequence whose n-th term is (2*n+1)^(n+r) can be expressed in terms of the function U(z) = Sum_{n >= 0} (2*n+1)^(n-1)*z^(2*n+1)/(2^n*n!). See A214406 for details. In the present case, r = 0, and the resulting e.g.f. is 1/z*U(z)/(1 - U(z)^2) taken at z = sqrt(2*x). - Peter Bala, Aug 06 2012
a(n) = [x^n] 1/(1 - (2*n+1)*x). - Ilya Gutkovskiy, Oct 10 2017
a(n) = (-2)^n * D(2*n + 1), where D(n) is the determinant of the n X n matrix M with elements M(j, k) = cos(Pi*j*k/n). See the Zhi-Wei Sun, Petrov link. - Peter Luschny, Sep 19 2021
a(n) ~ exp(1/2) * 2^n * n^n. - Vaclav Kotesovec, Dec 05 2021
Series reversion of (1 - x)^2 * log(1/(1 - x)) begins x + 3*x^2/2! + 25*x^3/3! + 343*x^4/4! + 6561*x^5/5! + .... - Peter Bala, Sep 27 2023
a(n) = Product_{k=1..n} tan(k*Pi/(1+2*n))^(2*n). - Chai Wah Wu, Nov 10 2024

A085528 a(n) = (2*n+1)^(n+1).

Original entry on oeis.org

1, 9, 125, 2401, 59049, 1771561, 62748517, 2562890625, 118587876497, 6131066257801, 350277500542221, 21914624432020321, 1490116119384765625, 109418989131512359209, 8629188747598184440949, 727423121747185263828481, 65273511648264442971824673
Offset: 0

Views

Author

N. J. A. Sloane, Jul 05 2003

Keywords

Comments

a(n) is the number of polynomials of degree at most n with integer coefficients all having absolute value <= n.
a(n-1) is the number of nodes in the canonical automaton for the affine Weyl group of type D_n. - Tom Edgar, May 12 2016

References

  • Anders Björner and Francesco Brenti, Combinatorics of Coxeter groups. Graduate Texts in Mathematics, 231. Springer, New York, 2005.

Crossrefs

Programs

Formula

From Peter Bala, Aug 06 2012: (Start)
E.g.f.: d/dx{(2*x/T(2*x))^(1/2)*1/(1 - T(2*x))} = 1 + 9*x + 125*x^2/2! + ..., where T(x) is the tree function sum {n >= 1} n^(n-1)*x^n/n! of A000169.
For r = 0, 1, 2, ... the e.g.f. for the sequence (2*n+1)^(n+r) can be expressed in terms of the function U(z) = sum {n >= 0} (2*n+1)^(n-1)*z^(2*n+1)/(2^n*n!). See A214406 for details. In the present case, r = 1, and the resulting e.g.f. is 1/z*U(z)*(1 + U(z)^2 )/(1 - U(z)^2)^3 taken at z = sqrt(2*x).
(End)
Sum_{n>=0} (-1)^n/a(n) = A253299. - Amiram Eldar, Jun 25 2021

A364870 Array read by ascending antidiagonals: A(n, k) = (n + k)^n, with k >= 0.

Original entry on oeis.org

1, 1, 1, 4, 2, 1, 27, 9, 3, 1, 256, 64, 16, 4, 1, 3125, 625, 125, 25, 5, 1, 46656, 7776, 1296, 216, 36, 6, 1, 823543, 117649, 16807, 2401, 343, 49, 7, 1, 16777216, 2097152, 262144, 32768, 4096, 512, 64, 8, 1, 387420489, 43046721, 4782969, 531441, 59049, 6561, 729, 81, 9, 1
Offset: 0

Views

Author

Stefano Spezia, Aug 11 2023

Keywords

Examples

			The array begins:
     1,    1,     1,     1,     1,      1, ...
     1,    2,     3,     4,     5,      6, ...
     4,    9,    16,    25,    36,     49, ...
    27,   64,   125,   216,   343,    512, ...
   256,  625,  1296,  2401,  4096,   6561, ...
  3125, 7776, 16807, 32768, 59049, 100000, ...
  ...
		

Crossrefs

Cf. A000012 (n=0), A000169, A000272, A000312 (k=0), A007830 (k=3), A008785 (k=4), A008786 (k=5), A008787 (k=6), A031973 (antidiagonal sums), A052746 (2nd superdiagonal), A052750, A062971 (main diagonal), A079901 (read by descending antidiagonals), A085527 (1st superdiagonal), A085528 (1st subdiagonal), A085532, A099753.

Programs

  • Mathematica
    A[n_,k_]:=(n+k)^n; Join[{1},Table[A[n-k,k],{n,9},{k,0,n}]]//Flatten

Formula

E.g.f. of k-th column: LambertW(-x)^k/(x^k*(1 + LambertW(-x))).
Showing 1-3 of 3 results.