|
Search: id:A066703
|
|
|
| A066703 |
|
Triangular numbers whose reverse is a square. |
|
+0 1
|
|
| 0, 1, 9446031, 1270004401, 14214075921, 1809702709101, 4614899724711, 6766532724546, 52657436563056, 98855178542676
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
EXAMPLE
|
9446031 is triangular and 1306449 is a square.
|
|
MATHEMATICA
|
dtn[L_] := Fold[10#1+#2&, 0, L] A={}; For[i=1, i>0, i++, t=i(i-1)/2; r=dtn[Reverse[IntegerDigits[t]]]; If[IntegerQ[Sqrt[r]]&&Mod[t, 10]>0, AppendTo[A, t]; Print[A]]]
|
|
CROSSREFS
|
Sequence in context: A015350 A105175 A069376 this_sequence A124515 A075009 A103936
Adjacent sequences: A066700 A066701 A066702 this_sequence A066704 A066705 A066706
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Erich Friedman (efriedma(AT)stetson.edu), Jan 14 2002
|
|
EXTENSIONS
|
More terms from Jason Earls (zevi_35711(AT)yahoo.com) and the author, Jan 15 2002
|
|
|
Search completed in 0.002 seconds
|