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!)
A162015 Numbers n with property that the sum of the digits of n is substring of n and of n^2. 1
1, 5, 6, 10, 50, 60, 100, 500, 600, 910, 1000, 1009, 1018, 1027, 1036, 1045, 1054, 1090, 1128, 1145, 1309, 1454, 1463, 1654, 1781, 1810, 2127, 2499, 2710, 3610, 3613, 4105, 4175, 4510, 5000, 5410, 6000, 6123, 6133, 6310, 7152, 7210, 7212, 8110, 8131, 9010 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
1454 is in the list because its digital sum is 1+4+5+4 = 14 and "14" is a substring of 1454 and of 1454^2 = 2114116
LINKS
MATHEMATICA
sdssQ[n_]:=Module[{idn1=IntegerDigits[n], idn2=IntegerDigits[n^2], idnt}, idnt= IntegerDigits[ Total[idn1]]; SequenceCount[idn1, idnt]>0 && SequenceCount[idn2, idnt]>0]; Select[Range[10000], sdssQ] (* The program uses the SequenceCount function from Mathematica version 10 *) (* Harvey P. Dale, Jul 29 2015 *)
CROSSREFS
Sequence in context: A063630 A342127 A119102 * A162017 A069170 A305293
KEYWORD
nonn,base
AUTHOR
Claudio Meller, Jun 24 2009
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 7 02:33 EDT 2024. Contains 375003 sequences. (Running on oeis4.)