Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127926
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127926 G.f.: 1-q = Sum_{k>=0} a(k)*q^k*Faq(k+1,q), where Faq(n,q) is the q-factorial of n. +0
2
1, -1, 1, -2, 4, -7, 11, -18, 35, -76, 166, -358, 775, -1686, 3638, -7716, 16108, -33349, 69022, -143605, 301179, -636932, 1355855, -2896168, 6186750, -13183426, 27988755, -59197443, 124824911, -262699256, 552438175, -1162010894, 2446434685, -5156873960 (list; graph; listen)
OFFSET

0,4

FORMULA

G.f.: 1-q = Sum_{k>=0} a(k)*q^k*Product_{i=1..k+1} (1-q^i)/(1-q).

EXAMPLE

Define Faq(n,q) = Product_{i=1..n} (1-q^i)/(1-q) for n>0, Faq(0,q)=1.

Then coefficients of q in a(k)*q^k*Faq(k+1,q) begin as follows:

k=0: 1;

k=1: .. -1, -1;

k=2: ....... 1, 2, 2,. 1;

k=3: ......... -2,-6,-10,-12,-10,. -6,. -2;

k=4: ............. 4, 16, 36, 60,. 80,. 88,.. 80, ...;

k=5: ................ -7,-35,-98,-203,-343, -497, ...;

k=6: .................... 11, 66, 220, 539, 1078, ...;

k=7: ....................... -18,-126,-486,-1368, ...;

k=8: ............................. 35, 280, 1225, ...;

k=9: ................................. -76, -684, ...;

k=10: ...................................... 166, ...;

Sums cancel down column j for j>1, leaving 1-q.

PROGRAM

(PARI) {a(n)=if(n==0, 1, polcoeff(1-q- sum(k=0, n-1, a(k)*q^k*prod(j=1, k+1, (1-q^j)/(1-q+q*O(q^(n-k))))), n, q))}

CROSSREFS

Adjacent sequences: A127923 A127924 A127925 this_sequence A127927 A127928 A127929

Sequence in context: A018063 A000570 A023426 this_sequence A078513 A024622 A034337

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 06 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 16 00:31 EDT 2008. Contains 145098 sequences.


AT&T Labs Research