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!)
A229280 Number of ascending runs in {1,...,6}^n. 2
0, 6, 57, 468, 3564, 25920, 182736, 1259712, 8538048, 57106944, 377913600, 2479113216, 16144468992, 104485552128, 672625741824, 4310029025280, 27505821597696, 174908814262272, 1108696193630208, 7007637010120704, 44178581150760960, 277868041444786176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -3*(5*x-2)*x/(6*x-1)^2.
a(n) = 6^(n-1)*(7*n+5)/2 for n>0, a(0) = 0.
MAPLE
a:= n-> `if`(n=0, 0, 6^(n-1)*(7*n+5)/2):
seq(a(n), n=0..30);
CROSSREFS
Column k=6 of A229079.
Sequence in context: A001593 A261740 A296027 * A124546 A144070 A095900
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Sep 18 2013
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 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)