|
| |
|
|
A066742
|
|
Square numbers not divisible by 10 whose reverse is pentagonal.
|
|
0
| |
|
|
0, 1, 529, 1089, 2116, 6241, 103041, 26222944225, 2648772525025, 6262611355441, 62443279235236, 1520130841269290490409
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
EXAMPLE
| 925 is pentagonal and 529 is square
|
|
|
MATHEMATICA
| dtn[L_] := Fold[10#1+#2&, 0, L] A={0}; For[i=1, i>0, i++, t=i(3i-1)/2; r=dtn[Reverse[IntegerDigits[t]]]; If[IntegerQ[Sqrt[r]]&&Mod[t, 10]>0, AppendTo[A, r]; Print[A]]]
|
|
|
CROSSREFS
| Sequence in context: A181414 A020289 A082409 * A067475 A052074 A112079
Adjacent sequences: A066739 A066740 A066741 * A066743 A066744 A066745
|
|
|
KEYWORD
| base,more,nonn
|
|
|
AUTHOR
| Erich Friedman (efriedma(AT)stetson.edu), Jan 16 2002
|
|
|
EXTENSIONS
| Description clarified, offset corrected, and a(12) added by Lars Blomberg (lars.blomberg(AT)visit.se), May 29 2011
|
| |
|
|