A272855 Ramanujan's gamma-series.
12, 1010, 83802, 6954572, 577145658, 47896135058, 3974802064140, 329860675188578, 27374461238587818, 2271750422127600332, 188527910575352239722, 15645544827332108296610
Offset: 0
Keywords
Examples
a(3)=6954572 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[-1*(2 - 26 a - 12 a^2)/(1 - 82*a - 82*a^2 + a^3), {a, Infinity, 10}], 1/a] (* Giovanni Resta, May 08 2016 *)
Comments