The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A036083 Expansion of (-1+1/(1-5*x)^5)/(25*x); related to A036071. 6
1, 15, 175, 1750, 15750, 131250, 1031250, 7734375, 55859375, 391015625, 2666015625, 17773437500, 116210937500, 747070312500, 4731445312500, 29571533203125, 182647705078125, 1116180419921875, 6755828857421875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.
Index entries for linear recurrences with constant coefficients, signature (25, -250, 1250, -3125, 3125).
FORMULA
a(n) = 5^(n-1)*binomial(n+5, 4);
g.f. (-1+(1-5*x)^(-5))/(x*5^2).
PROG
(Sage)[lucas_number2(n, 5, 0)*binomial(n, 4)/5^6 for n in range(5, 24)] # Zerinvary Lajos, Mar 13 2009
CROSSREFS
Cf. A036070, A036071. a(n)= A030527(n+1, 1) (first column of triangle).
Sequence in context: A082678 A331516 A107395 * A346320 A051588 A016164
KEYWORD
easy,nonn
AUTHOR
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 May 21 07:02 EDT 2024. Contains 372729 sequences. (Running on oeis4.)