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!)
A274051 Extend S with the smallest integer a(n) not yet present in S such that a(n) divided by the first digit of a(n+1) has as remainder the last digit of a(n+1). 1
1, 10, 20, 32, 40, 31, 21, 30, 42, 52, 64, 54, 60, 50, 62, 76, 51, 43, 53, 41, 65, 72, 80, 73, 61, 75, 63, 70, 86, 95, 74, 82, 91, 83, 92, 71, 87, 96, 100, 84, 93, 85, 94, 110, 120, 130, 140, 150, 160, 97, 81, 90, 170, 98, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 302, 312, 300, 310, 301, 201, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
1 divided by 1 (the first digit of "10") leaves 0 (the last digit of "10").
10 divided by 2 (the first digit of "20") leaves 0 (the last digit of "20")
20 divided by 3 (the first digit of "32") leaves 2 (the last digit of "32")
32 divided by 4 (the first digit of "40") leaves 0 (the last digit of "40")
40 divided by 3 (the first digit of "31") leaves 1 (the last digit of "31")
LINKS
MATHEMATICA
S = {1}; Do[k = 10; While[Or[MemberQ[S, k], Mod[S[[n]], First@ #] != Last@ # &@ IntegerDigits@ k], k++]; AppendTo[S, k], {n, 73}]; S (* Michael De Vlieger, Jun 08 2016 *)
CROSSREFS
Sequence in context: A273016 A269238 A279420 * A345069 A187712 A130720
KEYWORD
nonn,base,look
AUTHOR
Eric Angelini and Hans Havermann, Jun 08 2016
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 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)