login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055867 Fourth column of triangle A055864. 3
0, 0, 0, 64, 750, 10584, 175616, 3359232, 72900000, 1771561000, 47692136448, 1409582685888, 45392319784448, 1582328671875000, 59373627899904000, 2386420683693101056, 102303226385042448384, 4659806991485780193672 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(i)=0 for i=1, 2, 3; a(n) = n^3*(n+1)^(n-4), n >= 4.
E.g.f.: (9*W(-x)^2-14*W(-x)^3+3*W(-x)^4-9*x^2-32*x^3-81*x^4)/(72*x), W(x) principal branch of Lambert's function.
MAPLE
A055867:=n->n^3*(n+1)^(n-4): 0, 0, 0, seq(A055867(n), n=4..30); # Wesley Ivan Hurt, Jan 27 2017
CROSSREFS
Sequence in context: A108538 A195593 A221753 * A304346 A316217 A305641
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jun 20 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)