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

A049351 Row sums of triangle A049327.

Original entry on oeis.org

1, 16, 151, 1051, 7072, 52189, 387961, 2803408, 20262175, 147578083, 1074220864, 7803627829, 56703899473, 412249980976, 2996844053479, 21782472167851, 158330928308704, 1150906042354381, 8365826645067625, 60809849516721040
Offset: 1

Views

Author

Keywords

Comments

p(5,x) is row polynomial corresponding to triangle row A033842(5,m).

Crossrefs

Formula

G.f. x*p(5, x)/(1-x*p(5, x)) with x*p(5, x)= x*(1+15*x+120*x^2+540*x^3+1296*x^4+1296*x^5 ) G.f. for first column of A049327.

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