login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of 1/335.
1

%I #10 Jul 23 2014 03:25:48

%S 0,0,2,9,8,5,0,7,4,6,2,6,8,6,5,6,7,1,6,4,1,7,9,1,0,4,4,7,7,6,1,1,9,4,

%T 0,2,9,8,5,0,7,4,6,2,6,8,6,5,6,7,1,6,4,1,7,9,1,0,4,4,7,7,6,1,1,9,4,0,

%U 2,9,8,5,0,7,4,6,2,6,8,6,5,6,7,1,6,4,1,7,9,1,0,4,4,7,7,6,1,1,9

%N Decimal expansion of 1/335.

%H Vincenzo Librandi, <a href="/A021339/b021339.txt">Table of n, a(n) for n = 0..1000</a>

%t Join[{0,0},RealDigits[1/335,10,120][[1]]] (* _Harvey P. Dale_, Jul 22 2014 *)

%K nonn,cons

%O 0,3

%A _N. J. A. Sloane_.