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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078399 a(n) = A078398(n+1)/A078398(n). 1
22, 1514, 13343, 125004, 1200004, 11666669, 114285716, 1125000004, 10101010103642703324, 1099999999999999999908, 109090909090909090909007, 10833333333333333333333295, 1076923076923076923076923041 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) {a=1; for(n=2, 14, k=floor(log(a)/log(10))+1; v=Str(n); for(i=2, n, v=concat(v, Str(n))); s=eval(v); t=s+1; m=floor(log(s)/log(10))+1; d=k-m; s=s*10^d; t=t*10^d; b=1; j=d; while(b>0, q=floor(s/a); while(b>0&&(p=q*a)<t, if(p>=s, print1(q, ", "); b=0, q++)); s=10*s; t=10*t); a=p)}

CROSSREFS

Cf. A078398.

Sequence in context: A055475 A160309 A033526 * A199836 A196705 A196854

Adjacent sequences:  A078396 A078397 A078398 * A078400 A078401 A078402

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 26 2002

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 04 2002

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 14 20:38 EST 2012. Contains 205663 sequences.