login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089917 a(n) = 6^n *n! *L_n^{-1/6}(-1), where L_n^(alpha)(x) are generalized Laguerre polynomials. 1
1, 11, 223, 6353, 230353, 10083971, 515554831, 30085247513, 1970313094753, 142951182749243, 11372154669976831, 983705074834644641, 91883282167153578673, 9213208393354101289523, 986754808994210521840303 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

E.g.f.: exp(6*x/(1-6*x))/(1-6*x)^(5/6). - Vladeta Jovovic (vladeta(AT)eunet.rs), Nov 17 2003

MAPLE

A089917 := proc(n)

        6^n*n!*LaguerreL(n, -1/6, -1) ;

        simplify(%) ;

end proc:

seq(A089917(n), n=0..10) ; # R. J. Mathar, Nov 12 2011

CROSSREFS

Sequence in context: A192686 A103611 A142541 * A187646 A170948 A120850

Adjacent sequences:  A089914 A089915 A089916 * A089918 A089919 A089920

KEYWORD

nonn

AUTHOR

Karol A. Penson (penson(AT)lptl.jussieu.fr), Nov 14 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:22 EST 2012. Contains 205835 sequences.