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.

A051029 Ramanujan's b-series: expansion of (2-26x-12x^2)/(1-82x-82x^2+x^3).

Original entry on oeis.org

2, 138, 11468, 951690, 78978818, 6554290188, 543927106802, 45139395574362, 3746025905565260, 310875010766342202, 25798879867700837522, 2140996154008403172108, 177676881902829762447458, 14745040201780861879966890, 1223660659865908706274804428
Offset: 0

Views

Author

Keywords

Comments

The "amazing" identity of Ramanujan is a(n)^3 + b(n)^3 = c(n)^3 + (-1)^n, where a(n) = A051028(n), b(n) = A051029(n) and c(n) = A051030(n). - Emeric Deutsch, Oct 14 2006

References

  • For additional references and links see A051028.

Crossrefs

Programs

  • Maple
    g:=(2-26*x-12*x^2)/(1-82*x-82*x^2+x^3): gser:=series(g,x=0,20): seq(coeff(gser,x,n),n=0..12); # Emeric Deutsch, Oct 14 2006
  • Mathematica
    CoefficientList[Series[(2 - 26 x - 12 x^2)/(1 - 82 x - 82 x^2 + x^3), {x, 0, 33}], x] (* Vincenzo Librandi, Jul 22 2015 *)
  • PARI
    Vec((2-26*x-12*x^2)/(1-82*x-82*x^2+x^3) + O(x^30)) \\ Michel Marcus, Feb 29 2016

Formula

G.f.: (2-26*x-12*x^2)/((1+x)*(1-83*x+x^2)).
X(n+1) = A*X(n), where X(n) = transpose(A051028(n), A051029(n), A051030(n)) and A = matrix(3,3,[63,104,-68; 64,104,-67; 80,131,-85]). - Emeric Deutsch, Oct 14 2006

Extensions

Minor edits (g.f. and name) by M. F. Hasler, May 08 2016