A272854 Ramanujan's beta-series.
10, 812, 67402, 5593538, 464196268, 38522696690, 3196919629018, 265305806511788, 22017185020849402, 1827161050923988562, 151632350041670201260, 12583657892407702716002
Offset: 0
Examples
a(3)=5593538 because 5444135^3 + 5593538^3 = 6954572^3 - 1.
References
- S. Ramanujan, The Lost Notebook and Other Unpublished Papers (1988), p. 341. New Delhi (Narosa publ. house).
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..520
- Robert Munafo, Sequences Related to the Work of Srinivasa Ramanujan
- Index entries for linear recurrences with constant coefficients, signature (82, 82, -1).
Programs
-
Mathematica
Rest@ CoefficientList[ Normal@Series[-(2 + 8*x - 10*x^2)/(1 - 82*x - 82*x^2 + x^3), {x, Infinity, 20}], 1/x] (* Giovanni Resta, May 08 2016 *)
Comments