login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A194719 Number of n-ary words beginning with the first character of the alphabet, that can be built by inserting seven doublets into the initially empty word. 2
0, 1, 1716, 54573, 492724, 2467137, 8786436, 25066621, 61189668, 133071009, 264735892, 490704621, 858686676, 1432583713, 2295801444, 3554870397, 5343375556, 7826194881, 11204046708, 15718346029, 21656369652, 29356730241, 39215159236, 51690598653, 67311601764 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: -x*(1+1709*x+42582*x^2+146714*x^3+104077*x^4+13665*x^5+132*x^6) / (x-1)^7.
a(0) = 0, a(n) = 1+(12+(65+(208+(429+(572+429*(n-1)) * (n-1)) * (n-1)) * (n-1)) * (n-1)) * (n-1) for n>0.
EXAMPLE
a(1) = 1: a^14 (with 1-ary alphabet {a}).
MAPLE
a:= n-> `if`(n=0, 0, (x-> 1+(12+(65+(208+(429+(572+429*x)*x)*x)
*x)*x)*x)(n-1)):
seq(a(n), n=0..30);
CROSSREFS
Row n=7 of A183134.
Sequence in context: A260474 A222343 A318628 * A140910 A208620 A365027
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 02 2011
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 December 10 19:44 EST 2023. Contains 367717 sequences. (Running on oeis4.)