cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A153181 Number of overpartitions of n with even rank minus the number of overpartitions of n with odd rank.

This page as a plain text file.
%I A153181 #3 Mar 31 2012 10:29:52
%S A153181 1,2,-4,8,-10,8,-8,16,-20,10,-8,24,-24,8,-16,32,-26,16,-12,24,-40,16,
%T A153181 -8,48,-40,10,-24,32,-32,24,-16,48,-52,16,-16,48,-50,8,-24,64,-40,32,
%U A153181 -16,24,-72,24,-16,80,-56,18,-28
%N A153181 Number of overpartitions of n with even rank minus the number of overpartitions of n with odd rank.
%H A153181 K. Bringmann and J. Lovejoy, <a href="http://arxiv.org/abs/0712.0631">Overpartitions and class numbers of binary quadratic forms</a>
%F A153181 G.f: 1 + 2Sum_{n >= 1} q^(n(n+1)/2)/((1+q)(1+q^2)...(1+q^n)^2).
%K A153181 sign
%O A153181 0,2
%A A153181 _Jeremy Lovejoy_, Dec 20 2008