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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052934 Expansion of (1-x)/(1-6x). 10
1, 5, 30, 180, 1080, 6480, 38880, 233280, 1399680, 8398080, 50388480, 302330880, 1813985280, 10883911680, 65303470080, 391820820480, 2350924922880, 14105549537280, 84633297223680, 507799783342080 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

With formula a(n)=(5*6^n+0^n)/6, this is the binomial transform of A083425. - Paul Barry (pbarry(AT)wit.ie), Apr 30 2003

For n>=1, a(n) is equal to the number of functions f:{1,2...,n}->{1,2,3,4,5,6} such that for a fixed x in {1,2,...,n} and a fixed y in {1,2,3,4,5,6} we have f(x)<>y. - Aleksandar M. Janjic and Milan R. Janjic (agnus(AT)blic.net), Mar 27 2007

Contribution from Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 03 2010: (Start)

a(n) = (n+1) terms in the sequence (1, 4, 5, 5, 5,...) dot (n+1) terms in the

sequence (1, 1, 5, 30, 180, 1080,...). Example: a(4) = (1, 4, 5, 5, 5) dot

(1, 1, 5, 30, 180) = (1 + 4 + 25 + 150 + 900), where (1, 4, 25, 150,...) =

first differences of A052934. (End)

a(n) is the number of compositions of n when there are 5 types of each natural number. [From Milan R. Janjic (agnus(AT)blic.net), Aug 13 2010]

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..1000

Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 922

FORMULA

a(n) = 6^(n-1), n>=2.

a(n) = 5*6^(n-1), n>=1. - Vincenzo Librandi, Sep 15 2011

G.f.: (1-x)/(1-6*x).

G.f.: 1/(1 - 5*sum(k>=1, x^k ) ).

MAPLE

spec := [S, {S=Sequence(Prod(Sequence(Z), Union(Z, Z, Z, Z, Z)))}, unlabeled ]: seq(combstruct[count ](spec, size=n), n=0..20);

MATHEMATICA

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

CROSSREFS

Sequence in context: A105481 A094167 A051738 * A136785 A155195 A147837

Adjacent sequences:  A052931 A052932 A052933 * A052935 A052936 A052937

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

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 16 08:13 EST 2012. Contains 205893 sequences.