|
Search: id:A113654
|
|
|
| A113654 |
|
Numbers n such that the square of n contains sigma(n) as a substring, in base 10. |
|
+0 1
|
|
| 1, 11, 101, 125, 153, 1205, 1502, 1810, 3080, 7631, 18010, 18650, 21020, 36559, 36911, 44805, 53999, 60541, 68443, 120005, 189585, 210020, 487195, 1059449, 1750004, 1800010, 1860050, 1872250, 2072139, 2170100, 2268661, 2496750
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
If p=180...01 is prime, then n=2*5*p=180...010, n^2=3240...0360...0100 and sigma(n)=3240...036, thus n belongs to the sequence.
|
|
EXAMPLE
|
153^2=23409 and sigma(153)=234.
|
|
MATHEMATICA
|
lst = {}; Do[If[{}!= StringPosition[ToString[n^2], ToString@DivisorSigma[1, n]], AppendTo[lst, n]], {n, 10^6}]; lst
|
|
CROSSREFS
|
Sequence in context: A155075 A062697 A062696 this_sequence A066592 A159613 A062332
Adjacent sequences: A113651 A113652 A113653 this_sequence A113655 A113656 A113657
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 26 2006
|
|
|
Search completed in 0.002 seconds
|