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!)
A243233 Number of isoscent sequences of length n with exactly seven ascents. 2
436, 45146, 1830826, 45369299, 826196076, 12168531813, 153430719591, 1718168937922, 17525279293159, 165802561604726, 1474718822704304, 12459599973722036, 100805357136035992, 786035745070774366, 5938016635175121413, 43645066989439738813, 313228673357655892678 (list; graph; refs; listen; history; text; internal format)
OFFSET
12,1
LINKS
Joerg Arndt and Alois P. Heinz, Table of n, a(n) for n = 12..100
MAPLE
b:= proc(n, i, t) option remember; `if`(n<1, 1, expand(add(
`if`(j>i, x, 1) *b(n-1, j, t+`if`(j=i, 1, 0)), j=0..t+1)))
end:
a:= n-> coeff(b(n-1, 0$2), x, 7):
seq(a(n), n=12..35);
CROSSREFS
Column k=7 of A242351.
Sequence in context: A255777 A283928 A278176 * A216988 A190828 A084293
KEYWORD
nonn
AUTHOR
Joerg Arndt and Alois P. Heinz, Jun 01 2014
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)