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.

A181412 Squares whose reverse is a triangular number; trailing zeros are permitted.

Original entry on oeis.org

1, 100, 10000, 1000000, 1306449, 100000000, 130644900, 1044000721, 10000000000, 12957041241, 13064490000, 104400072100, 1000000000000, 1019072079081, 1174279984164, 1295704124100, 1306449000000, 6454272356676, 10440007210000
Offset: 1

Views

Author

Harvey P. Dale, Jan 30 2011

Keywords

Comments

Suggested by T. D. Noe.

Examples

			1306449 is 1143 squared, and its reverse, 9446031, is a triangular number.
		

Crossrefs

Programs

  • Mathematica
    trnos = Accumulate[Range[300000]]; Select[Range[210000]^2, MemberQ[trnos, FromDigits[Reverse[IntegerDigits[#]]]] &]

Extensions

a(12)-a(19) from Donovan Johnson, Feb 12 2011