The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A247887 Numbers n such that n + A007953(n) contains the same digits as n. 5
0, 45, 100, 200, 234, 279, 300, 334, 400, 423, 433, 468, 500, 600, 612, 657, 668, 700, 800, 801, 846, 866, 900, 1000, 1009, 1134, 1179, 1216, 1223, 1303, 1323, 1368, 1446, 1512, 1557, 1612, 1669, 1701, 1746, 1761, 1890, 1900, 1935, 2000, 2023, 2034, 2079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A037124 is a subsequence for a(n) >= 100.
The digits do not have to appear the same number of times. - Jens Kruse Andersen, Sep 28 2014
LINKS
FORMULA
a(n) ~ n. More specifically, a(n) - n = O(n^k * log n) with k = log 9/log 10. (This bound is not tight.) - Charles R Greathouse IV, Oct 14 2014
PROG
(PARI)
for(n=0, 10^4, d=digits(n); ds=digits(n+sumdigits(n)); if(vecsort(d, , 8)==vecsort(ds, , 8), print1(n, ", ")))
(Magma) [n: n in [0..3000] | Set(Intseq(n+&+Intseq(n))) eq Set(Intseq(n))]; // Bruno Berselli, Oct 09 2014
CROSSREFS
Sequence in context: A118090 A350422 A350332 * A369185 A063069 A067828
KEYWORD
nonn,base,easy
AUTHOR
Derek Orr, Sep 25 2014
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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)