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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100601 Denominator of the best rational approximation to the decimal representation of the digital roots of m^n, m=1,2,.. 2
9, 1001, 50, 333, 1001, 100, 333, 11, 5, 9, 1001, 50, 333, 1001, 100, 333, 11, 5, 9, 1001, 50, 333, 1001, 100, 333, 11, 5, 9, 1001, 50, 333, 1001, 100, 333, 11, 5, 9, 1001, 50, 333, 1001, 100, 333, 11, 5, 9, 1001, 50, 333, 1001, 100, 333, 11, 5, 9, 1001, 50 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sequence has period 9. - Nathaniel Johnston, May 05 2011

FORMULA

The digital root of a number m > 0, is d = m mod 9 if d > 0 else d = 9.

EXAMPLE

Digital roots of 4^n = 1,4,7,1,4,7,1,4,7,1,4,7,.. 49/333 = 0.147147147147147147147147147147147,.. 333 is the 4-th entry in the sequence.

PROG

(PARI) f(n, m) = for(x=0, n, print1(droot(m^x)", ")) droot(n) = \ the digital root of a number. { local(x); x= n%9; if(x>0, return(x), return(9)) }

CROSSREFS

Cf. A100406, A100579.

Sequence in context: A048561 A112909 A083909 * A197781 A197612 A004809

Adjacent sequences:  A100598 A100599 A100600 * A100602 A100603 A100604

KEYWORD

base,frac,easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 02 2005

EXTENSIONS

Offset corrected by Nathaniel Johnston (nathaniel(AT)nathanieljohnston.com), May 05 2011

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 13 22:36 EST 2012. Contains 205567 sequences.