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!)
A068159 a(n) = floor[ n/R(n) ], where R(n) (A004086) = Digit reversal of n. 1
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 10, 2, 1, 1, 0, 0, 0, 0, 0, 0, 10, 2, 1, 1, 1, 0, 0, 0, 0, 0, 10, 3, 2, 1, 1, 1, 0, 0, 0, 0, 10, 3, 2, 1, 1, 1, 1, 0, 0, 0, 10, 4, 2, 1, 1, 1, 1, 1, 0, 0, 10, 4, 2, 2, 1, 1, 1, 1, 1, 0, 10, 4, 3, 2, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
LINKS
EXAMPLE
a(61) = floor[61 / 16] = 3.
MATHEMATICA
Reversal = ToExpression @ StringReverse @ ToString[ # ] &; Table[ Floor[n/Reversal[n]], {n, 1, 100}]
CROSSREFS
Sequence in context: A287190 A277926 A222521 * A108695 A265373 A309202
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 24 2002
EXTENSIONS
Edited by Robert G. Wilson v, Mar 02 2002
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 March 19 04:26 EDT 2024. Contains 370952 sequences. (Running on oeis4.)