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!)
A351639 Number of length n word structures with all distinct run-lengths using at most 3 symbols. 2
1, 1, 1, 3, 3, 5, 17, 19, 31, 45, 153, 167, 287, 397, 613, 1695, 2007, 3185, 4565, 6799, 9235, 24057, 27645, 44483, 61619, 92089, 122857, 179355, 385995, 468605, 713849, 996331, 1441447, 1947813, 2766657, 3659135, 7467623, 8930629, 13471885, 18283575, 26484639 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
PROG
(PARI) \\ See A351637 for P, R.
seq(n)={my(u=P(n)); concat([1], sum(k=1, n, R(u, k)*sum(r=k, 3, binomial(r, k)*(-1)^(r-k)/r!) ))}
CROSSREFS
Column k=3 of A351637.
Cf. A351638.
Sequence in context: A195583 A370973 A139431 * A351638 A369345 A144423
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Feb 15 2022
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)