OFFSET
0,2
COMMENTS
About 1729: "No," said Ramanujan, "It is a very interesting number..."
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1997, p. 153.
LINKS
FORMULA
a(n) = 1729*n.
From Elmo R. Oliveira, Jun 23 2025: (Start)
G.f.: 1729*x/(1-x)^2.
E.g.f.: 1729*x*exp(x).
a(n) = 91*A008601(n).
a(n) = 2*a(n-1) - a(n-2). (End)
MATHEMATICA
1729Range[0, 37] (* Alonso del Arte, Feb 19 2015 *)
PROG
(PARI) a(n)=1729*n \\ Charles R Greathouse IV, Feb 21 2015
(PARI) concat(0, Vec(1729*x/(1-x)^2 + O(x^40))) \\ Elmo R. Oliveira, Jun 23 2025
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Mar 09 2008
EXTENSIONS
More terms from Elmo R. Oliveira, Jun 23 2025
STATUS
approved
