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!)
A193197 G.f.: A(x) = Sum_{n>=0} x^(n^2) / Product_{k=1..n} (1 - x^k)^n. 1
1, 1, 1, 1, 2, 3, 6, 9, 15, 22, 34, 50, 78, 119, 188, 295, 466, 728, 1134, 1742, 2659, 4018, 6037, 9018, 13443, 19993, 29749, 44274, 65976, 98372, 146781, 218922, 326290, 485476, 720817, 1067293, 1575713, 2318852, 3401845, 4975174, 7255629, 10553845, 15317091 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + x^2 + x^3 + 2*x^4 + 3*x^5 + 6*x^6 + 9*x^7 +...
where:
A(x) = 1 + x/(1-x) + x^4/((1-x)*(1-x^2))^2 + x^9/((1-x)*(1-x^2)*(1-x^3))^3 + x^16/((1-x)*(1-x^2)*(1-x^3)*(1-x^4))^4 +...
PROG
(PARI) {a(n)=local(A=1); polcoeff(sum(m=0, n, x^(m^2)/prod(k=1, m, 1-x^k +x*O(x^n))^m), n)}
CROSSREFS
Sequence in context: A086642 A308930 A304620 * A308995 A326470 A326595
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 17 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 April 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)