login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181412 Squares whose reverse is a triangular number; trailing zeros are permitted. 4
1, 100, 10000, 1000000, 1306449, 100000000, 130644900, 1044000721, 10000000000, 12957041241, 13064490000, 104400072100, 1000000000000, 1019072079081, 1174279984164, 1295704124100, 1306449000000, 6454272356676, 10440007210000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Suggested by T. D. Noe.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..73 (terms < 10^24)
EXAMPLE
1306449 is 1143 squared, and its reverse, 9446031, is a triangular number.
MATHEMATICA
trnos = Accumulate[Range[300000]]; Select[Range[210000]^2, MemberQ[trnos, FromDigits[Reverse[IntegerDigits[#]]]] &]
CROSSREFS
Sequence in context: A029798 A029775 A077440 * A029794 A029801 A098608
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Jan 30 2011
EXTENSIONS
a(12)-a(19) from Donovan Johnson, Feb 12 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 11 15:49 EDT 2024. Contains 375073 sequences. (Running on oeis4.)