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!)
A245627 Base 10 digit sum of 11*n. 1
0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 2, 4, 6, 8, 10, 12, 14, 16, 18, 11, 4, 6, 8, 10, 12, 14, 16, 18, 11, 13, 6, 8, 10, 12, 14, 16, 18, 11, 13, 15, 8, 10, 12, 14, 16, 18, 11, 13, 15, 17, 10, 12, 14, 16, 18, 11, 13, 15, 17, 19, 12, 14, 16, 18, 11, 13, 15, 17, 19, 21, 14, 16, 18, 11, 13, 15, 17, 19, 21, 23, 16, 18, 11, 13, 15, 17, 19, 21, 23, 25, 18, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First term that differs from A136614 is a(91) = 2, compared to A136614(91) = 11.
LINKS
FORMULA
a(n) = A007953(A008593(n)). - Tom Edgar, Jul 27 2014
EXAMPLE
a(90) = 18 because 11 * 90 = 990 and 9 + 9 + 0 = 18.
a(91) = 2 because 11 * 91 = 1001 and 1 + 0 + 0 + 1 = 2.
MAPLE
a:= n -> convert(convert(11*n, base, 10), `+`):
seq(a(n), n=0..100); # Robert Israel, Aug 01 2014
MATHEMATICA
Table[Plus@@IntegerDigits[11n], {n, 0, 99}]
PROG
(PARI) a(n) = sumdigits(11*n); \\ Michel Marcus, Aug 03 2014
CROSSREFS
Sequence in context: A076312 A061762 A136614 * A097586 A169805 A340479
KEYWORD
nonn,base,easy
AUTHOR
Alonso del Arte, Jul 27 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 7 17:24 EDT 2024. Contains 372310 sequences. (Running on oeis4.)