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!)
A224755 a(2)=4; thereafter a(n) = smallest number m such that a(n-1)+m = (a(n-1) followed by the leading digit of m). 1
4, 39, 354, 3189, 28703, 258329, 2324963, 20924669, 188322022, 1694898199, 15254083792, 137286754129, 1235580787162, 11120227084459, 100082043760132, 900738393841197, 8106645544570781, 72959809901137036, 656638289110233330, 5909744601992099975, 53187701417928899780, 478689312761360098024, 4308203814852240882220, 38773834333670167939983 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence is infinite: a(n) always exists.
For computer programs and examples see A224752.
REFERENCES
Eric Angelini, Postings to the Sequence Fans Mailing List, Apr 13 2013
LINKS
Eric Angelini, Magic Sums
E. Angelini, Magic Sums [Cached copy, with permission]
MATHEMATICA
snm[n_]:=Module[{b=Range[9n+1, 9n+9]}, First[Select[b, n+#==10n+First[ IntegerDigits[ #]]&, 1]]]; NestList[snm, 4, 25] (* Harvey P. Dale, May 05 2013 *)
CROSSREFS
Sequence in context: A059945 A198853 A093851 * A241075 A123618 A199757
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Apr 21 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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)