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!)
A225417 Composite numbers which contain their sum of aliquot parts as a substring. 1
6, 28, 121, 437, 496, 611, 1331, 1397, 8128, 10201, 14641, 27019, 40301, 40991, 41347, 41917, 45743, 47873, 49901, 51101, 67997, 76459, 97637, 99101, 99553, 99779, 120353, 133307, 133961, 134179, 153091, 161051, 165101, 165743, 166171, 182525, 186503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A(n) is odd deficient or perfect (A000396).
If definition had not excluded prime numbers, then terms of A208270 would have been included. - Michel Marcus, Dec 18 2013
LINKS
EXAMPLE
1031311 is in the sequence because 1031311=10211*101, Sum of aliquot parts: 1+101+10211=10313, substring of 1031311.
PROG
(PARI) indigit(a, b)={ u=Vec(Str(a)); v=Vec(Str(b)); indi=0; la=#u; lb=#v; i=1; while(i<=la-lb+1&&indi==0, d=0; for(x=1, lb, if(v[x]==u[i+x-1], d+=1)); indi=(d==lb) ; i+=1); return(indi)}
{for(i=1, 10^7, k=sigma(i, 1)-i; if(indigit(i, k)&&isprime(i)==0, print(i)))}
CROSSREFS
Sequence in context: A330532 A037131 A292485 * A026851 A267689 A300996
KEYWORD
nonn,base
AUTHOR
Antonio Roldán, May 07 2013
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 March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)