login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066702 Square numbers whose reverse is triangular. 3
0, 1, 1306449, 1044000721, 12957041241, 1019072079081, 1174279984164, 6454272356676, 65036563475625, 67624587155889, 123826990849454025 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

The referred to triangles are A066703. - Robert G. Wilson v.

LINKS

Table of n, a(n) for n=0..10.

EXAMPLE

9446031 is triangular and 1306449 is a square.

MATHEMATICA

lst = {0}; For[i = 1, i > 0, i++, s = i^2; t = FromDigits@ Reverse@ IntegerDigits@ s; If[ IntegerQ@ Sqrt[8 t + 1] && Mod[s, 10] > 0, AppendTo[lst, s]; Print@ lst]]

CROSSREFS

Cf. A181412. - Harvey P. Dale, Jan 30 2011

Sequence in context: A053084 A204537 A186138 * A141592 A116495 A179584

Adjacent sequences:  A066699 A066700 A066701 * A066703 A066704 A066705

KEYWORD

base,more,nonn

AUTHOR

Erich Friedman, Jan 14 2002

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 04:20 EDT 2013. Contains 225613 sequences.