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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108026 Number of letters in the words formed by the digital recitation of sqrt(2) in the English language. 0
3, 4, 3, 4, 3, 3, 5, 4, 3, 3, 5, 5, 5, 4, 4, 4, 4, 4, 5, 5, 4, 3, 3, 5, 5, 5, 3, 4, 3, 4, 4, 3, 4, 5, 4, 5, 5, 4, 3, 4, 3, 5, 3, 5, 5, 4, 5, 5, 3, 4, 4, 5, 4, 5, 5, 3, 5, 3, 3, 5, 4, 5, 5, 5, 4, 4, 4, 5, 5, 3, 4, 5, 5, 4, 3, 3, 3, 4, 5, 4, 5, 5, 5, 4, 4, 5, 5, 5, 4, 5, 4, 5, 3, 5, 3, 4, 3, 4 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) readsqr2(n) = { local(x, a, d); default(realprecision, 200); d=vector(10); a=vector(n); d[1]=4; d[2]=3; d[3]=3; d[4]=5; d[5]=4; d[6]=4; d[7]=3; d[8]=5; d[9]=5; d[10]=4; a=Vec(Str(sqrt(2))); print1(3", "); for(x=3, n-1, y=floor(eval(a[x])); print1(d[y+1]", ") ) }

CROSSREFS

Cf. A107488, A107489.

Sequence in context: A083021 A027684 A102745 * A010702 A095925 A066783

Adjacent sequences:  A108023 A108024 A108025 * A108027 A108028 A108029

KEYWORD

base,easy,nonn,word

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 31 2005

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 17 13:05 EST 2012. Contains 206024 sequences.