OFFSET
1,1
LINKS
Jean-Marc Falcoz, Table of n, a(n) for n = 1..10555
FORMULA
a(n) = a(n-1134) + 12600. - Charles R Greathouse IV, Jun 20 2016
a(n) = 100n/9 + O(1), in particular |a(n) - 100n/9| <= 192. - Charles R Greathouse IV, Jun 20 2016
EXAMPLE
13 divided by 3 is (3*4)+1 --> 1 is the remainder
19 divided by 9 is (2*9)+1 --> 1 is the remainder
23 divided by 3 is (3*7)+2 --> 2 is the remainder
PROG
(PARI) is(n)=n%10 && n%(n%10)==(n\10)%10 && n>9 \\ Charles R Greathouse IV, Jun 20 2016
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Eric Angelini and Jean-Marc Falcoz, Jun 20 2016
STATUS
approved