Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096935
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096935 Smallest number k such that in its decimal representation the first n digits of pi=3.14... are contained in 11^k. +0
1
3, 3, 18, 189, 247, 993, 993, 3164, 22045, 23345 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=3, '314': 11^18 = 5559917313492231481, therefore a(3)=18: floor(11^a(3) / 100) mod 1000 = 314.

MATHEMATICA

f[0] = 1; f[n_] := f[n] = Block[{pi = StringTake[ ToString[ RealDigits[Pi, 10, n][[1]]], {2, -2}], k = f[n - 1]}, While[ StringPosition[ ToString[ IntegerDigits[11^k]], pi] == {}, k++ ]; k]; (from Robert G. Wilson v)

CROSSREFS

Cf. A001020, A000796.

Sequence in context: A014783 A095106 A130184 this_sequence A136475 A143180 A074249

Adjacent sequences: A096932 A096933 A096934 this_sequence A096936 A096937 A096938

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 18 2004

EXTENSIONS

a(9) & a(10) from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 19 2004 with a(11)>40000.

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research