Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008542
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008542 Sextuple factorial numbers: product[ k=0..n-1 ] (6*k+1). +0
29
1, 1, 7, 91, 1729, 43225, 1339975, 49579075, 2131900225, 104463111025, 5745471106375, 350473737488875, 23481740411754625, 1714167050058087625, 135419196954588922375, 11510631741140058401875 (list; graph; listen)
OFFSET

0,3

COMMENT

a(n), n>=1, enumerates increasing heptic (7-ary) trees with n vertices. W. Lang, Sept 14 2007. See a D. Callan comment on A007559 (number of increasing quarterny trees).

FORMULA

E.g.f. (1-6*x)^(-1/6).

a(n) ~ 2^(1/2)*pi^(1/2)*Gamma(1/6)^-1*n^(-1/3)*6^n*e^-n*n^n*{1 + 1/72*n^-1 - ...}. - Joe Keane (jgk(AT)jgk.org), Nov 24 2001

a(n) = Sum_{k=0..n} (-6)^(n-k)*A048994(n, k) .- Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 29 2005

MAPLE

f := n->product( (6*k+1), k=0..(n-1));

restart: G(x):=(1-6*x)^(-1/6): f[0]:=G(x): for n from 1 to 29 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=0..15); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 03 2009]

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 6, 5!, 6}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

CROSSREFS

Cf. A034689, A034723, A034724, A034787, A034788, A004993, A047058, A047657, A051151.

Sequence in context: A151833 A113372 A131940 this_sequence A121940 A124557 A027955

Adjacent sequences: A008539 A008540 A008541 this_sequence A008543 A008544 A008545

KEYWORD

nonn

AUTHOR

Joe Keane (jgk(AT)jgk.org)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research