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.

A138130 Powers of 1729, the Hardy-Ramanujan number.

Original entry on oeis.org

1, 1729, 2989441, 5168743489, 8936757492481, 15451653704499649, 26715909255079893121, 46191807102033135206209, 79865634479415290771535361, 138087682014909037743984639169, 238753602203777726259349441123201, 412804978210331688702415183702014529
Offset: 0

Views

Author

Omar E. Pol, Mar 09 2008

Keywords

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.

Crossrefs

Programs

Formula

a(n) = 1729^n.
From Chai Wah Wu, Jan 19 2021: (Start)
a(n) = 1729*a(n-1) for n > 0.
G.f.: 1/(1 - 1729*x). (End)
From Elmo R. Oliveira, Jun 23 2025: (Start)
E.g.f.: exp(1729*x).
a(n) = A000420(n)*A001022(n)*A001029(n). (End)