A272853 Ramanujan's alpha-series.
9, 791, 65601, 5444135, 451797561, 37493753471, 3111529740489, 258219474707159, 21429104870953665, 1778357484814447079, 147582242134728153849, 12247547739697622322431
Offset: 0
Keywords
Examples
a(3)=5444135 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 + 53*a + 9*a^2)/(1 - 82*a - 82*a^2 + a^3), {a, Infinity, 20}], 1/a] (* Giovanni Resta, May 08 2016 *)
Comments