|
Search: id:A101916
|
|
|
| A101916 |
|
G.f. satisfies: A(x) = 1/(1 + x*A(x^6)) and also the continued fraction: 1+x*A(x^7) = [1;1/x,1/x^6,1/x^36,1/x^216,...,1/x^(6^(n-1)),...]. |
|
+0 3
|
|
| 1, -1, 1, -1, 1, -1, 1, 0, -1, 2, -3, 4, -5, 5, -4, 2, 1, -5, 10, -15, 19, -21, 20, -15, 5, 10, -29, 50, -70, 85, -90, 80, -51, 1, 69, -154, 244, -324, 375, -376, 307, -153, -91, 414, -788, 1163, -1469, 1621, -1529, 1115, -328, -833, 2299, -3916, 5440, -6550, 6874, -6039, 3741, 170, -5600, 12135, -18990, 25008
(list; graph; listen)
|
|
|
OFFSET
|
0,10
|
|
|
PROGRAM
|
(PARI) {a(n)=local(A); A=1-x; for(i=1, n\6+1, A=1/(1+x*subst(A, x, x^6)+x*O(x^n))); polcoeff(A, n, x)} (PARI) {a(n)=local(M=contfracpnqn(concat(1, vector(ceil(log(n+1)/log(6))+1, n, 1/x^(6^(n-1)))))); polcoeff(M[1, 1]/M[2, 1]+x*O(x^(7*n+1)), 7*n+1)}
|
|
CROSSREFS
|
Cf. A101912-A101915, A101917-A101918.
Sequence in context: A079867 A079869 A075054 this_sequence A100771 A113771 A131845
Adjacent sequences: A101913 A101914 A101915 this_sequence A101917 A101918 A101919
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Dec 20 2004
|
|
|
Search completed in 0.002 seconds
|