Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152284
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152284 E.g.f.: A(x) = Sum_{n>=0} x^n*faq(n,x)/n!, where faq(n,q) = q-factorial of n. +0
1
1, 1, 1, 4, 9, 56, 295, 1674, 14273, 121960, 1101231, 11444390, 138031729, 1718676948, 22808373575, 328417372906, 5142373476225, 85771047566384, 1495194316452703, 27487818332136270, 535137393073675121 (list; graph; listen)
OFFSET

0,4

COMMENT

(n-1) divides a(n) for n>1.

LINKS

Eric Weisstein, q-Factorial from MathWorld.

FORMULA

E.g.f. A(x) special values: A(-1)= 0; radius of convergence = 1.

EXAMPLE

E.g.f.: A(x) = 1 + x + x^2/2! + 4*x^3/3! + 9*x^4/4! + 56*x^5/5! +...

A(x) = 1 + x + x^2*faq(2,x)/2! + x^3*faq(3,x)/3! + x^4*faq(4,x)/4! +...

A(x) = 1 + x + x^2*(1+x)/2! + x^3*(1+x)(1+x+x^2)/3! + x^4*(1+x)(1+x+x^2)(1+x+x^2+x^3)/4! +...

The q-factorial of n is faq(n,q) = Product_{k=1..n} (q^k-1)/(q-1):

faq(0,q)=1, faq(1,q)=1, faq(2,q)=(1+q), faq(3,q)=(1+q)*(1+q+q^2), faq(4,q)=(1+q)*(1+q+q^2)*(1+q+q^2+q^3), ...

PROGRAM

(PARI) {a(n)=local(A=sum(k=0, n, x^k/k!*prod(j=1, k, (x^j-1)/(x-1)))); n!*polcoeff(A, n)}

CROSSREFS

Sequence in context: A009276 A086692 A069507 this_sequence A109717 A013571 A002942

Adjacent sequences: A152281 A152282 A152283 this_sequence A152285 A152286 A152287

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 02 2008

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research