login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084011 Digit reversal of 11*n, divided by 11. 0
1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 11, 21, 31, 41, 51, 61, 71, 81, 82, 2, 12, 22, 32, 42, 52, 62, 72, 73, 83, 3, 13, 23, 33, 43, 53, 63, 64, 74, 84, 4, 14, 24, 34, 44, 54, 55, 65, 75, 85, 5, 15, 25, 35, 45, 46, 56, 66, 76, 86, 6, 16, 26, 36, 37, 47, 57, 67, 77, 87, 7, 17, 27, 28, 38, 48, 58 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

a[n_] := Module[{aux = IntegerDigits[11*n]}, Sum[aux[[i]]*10^(i - 1), {i, 1, Length[aux]}]/11]; Table[a[n], {n, 100}] [From J.M. Grau Ribas (grau(AT)telecable.es), Feb 16 2010]

CROSSREFS

Sequence in context: A151765 A107603 A161594 * A004086 A121760 A061816

Adjacent sequences:  A084008 A084009 A084010 * A084012 A084013 A084014

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 23 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:21 EST 2012. Contains 205823 sequences.