[go: up one dir, main page]

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!)
Revision History for A341761 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A341761 Triangle read by rows in which row n is the coefficients of the subword complexity polynomial S(n,x).
(history; published version)
#33 by Alois P. Heinz at Wed Mar 20 16:36:35 EDT 2024
STATUS

proposed

approved

#32 by Robert C. Lyons at Wed Mar 20 15:40:22 EDT 2024
STATUS

editing

proposed

#31 by Robert C. Lyons at Wed Mar 20 15:40:20 EDT 2024
PROG

(C++) (* ++) // see link above *)

STATUS

approved

editing

#30 by Sean A. Irvine at Sun Mar 14 16:40:09 EDT 2021
STATUS

proposed

approved

#29 by Shiyao Guo at Sat Feb 20 19:16:10 EST 2021
STATUS

editing

proposed

#28 by Shiyao Guo at Sat Feb 20 19:16:07 EST 2021
LINKS

Shiyao Guo, <a href="/A341761/b341761.txt">Table of n, a(n) for n = 0..1890</a>

STATUS

approved

editing

#27 by N. J. A. Sloane at Sat Feb 20 16:17:57 EST 2021
STATUS

proposed

approved

#26 by Robert P. P. McKone at Sat Feb 20 12:47:17 EST 2021
STATUS

editing

proposed

Discussion
Sat Feb 20 13:27
Andrew Howroyd: ok, i see what are you doing. I think at some point it would be worth also adding the array (read by antidiagonals downwards) of the n-th polynomial evaluated at k (so A340885 is column 2)
#25 by Robert P. P. McKone at Sat Feb 20 12:46:41 EST 2021
MATHEMATICA

S[n_, x_] := Total[Length /@ DeleteDuplicates /@ Subsequences /@ Tuples[Table[i, {i, 0, x}], n] - 1]; A341761[n_] := CoefficientList[FindSequenceFunction[ParallelTable[S[n, i], {i, 0, n + 1}], x], {x}]; Join[{0, 0, 1}, Table[A341761[n], {n, 2, 7}] // Flatten] (* Robert P. P. McKone, Feb 20 2021 *)

STATUS

proposed

editing

#24 by Jon E. Schoenfield at Fri Feb 19 22:11:04 EST 2021
STATUS

editing

proposed

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 August 31 22:14 EDT 2024. Contains 375574 sequences. (Running on oeis4.)