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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106746 Replace each digit d of n by floor(d/2)+5. 0
5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 55, 55, 56, 56, 57, 57, 58, 58, 59, 59, 65, 65, 66, 66, 67, 67, 68, 68, 69, 69, 65, 65, 66, 66, 67, 67, 68, 68, 69, 69, 75, 75, 76, 76, 77, 77, 78, 78, 79, 79, 75, 75, 76, 76, 77, 77, 78, 78, 79, 79, 85, 85, 86, 86, 87, 87, 88, 88, 89, 89, 85, 85, 86 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MATHEMATICA

a[n_]:=FromDigits[Map[Floor[ #/2]+5&, IntegerDigits[n]]]; Table[a[n], {n, 0, 100}]

CROSSREFS

Sequence in context: A091284 A046604 A175379 * A152481 A157276 A010486

Adjacent sequences:  A106743 A106744 A106745 * A106747 A106748 A106749

KEYWORD

nonn,base

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 12 2005

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 16 01:31 EST 2012. Contains 205860 sequences.