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!)
A202146 G.f.: 1/(1-x) + Sum_{n>=1} x^n/(1-x) * Product_{k=1..n} (1 - x^k) / (1 - x^(2*k+1)). 3
1, 2, 2, 2, 2, 2, 1, 2, 2, 0, 2, 2, 0, 2, 2, 0, 2, 2, 1, 2, 2, 0, 2, 4, 0, 2, 2, 0, 4, 2, 0, 2, 2, 2, 2, 2, -1, 2, 4, 0, 2, 2, 0, 2, 2, 0, 2, 2, 2, 2, 0, 0, 2, 4, 0, 2, 2, -2, 4, 2, 1, 2, 2, 2, 0, 2, 0, 2, 4, 2, 2, 0, 0, 4, 2, 0, 2, 2, 2, 2, 2, 0, 2, 4, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(k) == 1 (mod 2) iff k = 3*n*(n+1) for n>=0 (conjecture).
EXAMPLE
G.f.: A(x) = 1 + 2*x + 2*x^2 + 2*x^3 + 2*x^4 + 2*x^5 + x^6 + 2*x^7 +...
where A(x) = 1/(1-x) + x*(1-x)/((1-x)*(1-x^3)) + x^2*(1-x)*(1-x^2)/((1-x)*(1-x^3)*(1-x^5)) + x^3*(1-x)*(1-x^2)*(1-x^3)/((1-x)*(1-x^3)*(1-x^5)*(1-x^7)) +...
which is a q-series analog of the sum:
Pi/2 = 0!/1 + 1!/(1*3) + 2!/(1*3*5) + 3!/(1*3*5*7) + 4!/(1*3*5*7*9) + 5!/(1*3*5*7*9*11) +...
Odd terms (A202150), located at positions 3*n*(n+1) for n>=0, begin:
[1,1,1,-1,1,-1,1,3,1,-1,1,-1,1,1,1,-1,-1,1,1,1,1,-1,3,-1,1,1,1,...].
PROG
(PARI) {a(n)=polcoeff((1+sum(m=1, n, x^m*prod(k=1, m, (1-x^k)/(1-x^(2*k+1) +x*O(x^n)))))/(1-x+x*O(x^n)), n)}
CROSSREFS
Cf. A202145 (first differences), A202150 (odd terms).
Sequence in context: A027386 A102300 A359511 * A087010 A098220 A297032
KEYWORD
sign
AUTHOR
Paul D. Hanna, Dec 12 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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)