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.

Previous Showing 11-13 of 13 results.

A008790 a(n) = n^(n+4).

Original entry on oeis.org

0, 1, 64, 2187, 65536, 1953125, 60466176, 1977326743, 68719476736, 2541865828329, 100000000000000, 4177248169415651, 184884258895036416, 8650415919381337933, 426878854210636742656, 22168378200531005859375
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

E.g.f.: T*(1 +22*T +58*T^2 +24*T^3)*(1-T)^(-9); where T is Euler's tree function (see A000169). - Len Smiley, Nov 17 2001
See A008517 and A134991 for similar e.g.f.s and diagonals of A048993. - Tom Copeland, Oct 03 2011
E.g.f.: d^4/dx^4 {x^4/(T(x)^4*(1-T(x)))}, where T(x) = Sum_{n>=1} n^(n-1)*x^n/n! is the tree function of A000169. - Peter Bala, Aug 05 2012

A090650 n^(n+6).

Original entry on oeis.org

1, 256, 19683, 1048576, 48828125, 2176782336, 96889010407, 4398046511104, 205891132094649, 10000000000000000, 505447028499293771, 26623333280885243904, 1461920290375446110677, 83668255425284801560576
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Dec 13 2003

Keywords

Crossrefs

Programs

A173249 Partial sums of A000272.

Original entry on oeis.org

1, 2, 3, 6, 22, 147, 1443, 18250, 280394, 5063363, 105063363, 2463011054, 64380375278, 1856540769315, 58550453144611, 2004745521503986, 74062339559431922, 2936485391069247715, 124376016487663499491
Offset: 0

Views

Author

Jonathan Vos Post, Feb 13 2010

Keywords

Comments

Partial sums of number of trees on n labeled nodes. The subsequence of primes in this sequence begin: 2, 58550453144611, no more through a(30).

Examples

			a(19) = 1 + 1 + 1 + 3 + 16 + 125 + 1296 + 16807 + 262144 + 4782969 + 100000000 + 2357947691 + 61917364224 + 1792160394037 + 56693912375296 + 1946195068359375 + 72057594037927936 + 2862423051509815793 + 121439531096594251776 + 5480386857784802185939.
		

Crossrefs

Formula

a(n) = SUM[i=0..n] A000272(i) = SUM[i=0..n] i^(i-2).
Previous Showing 11-13 of 13 results.