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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001165 Position of first even digit after decimal point in sqrt(n). 0
1, 1, 3, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 2, 1, 1, 2, 1, 3, 1, 2, 1, 4, 1, 1, 1, 3, 1, 2, 1, 2, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 1, 4, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 4, 1, 1, 2, 2, 1, 2, 2, 1, 1, 2, 1, 1, 7, 3, 1, 1, 2, 1, 1, 3, 2, 1, 1, 2, 2, 1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MATHEMATICA

Flatten[Table[First[Position[Rest[RealDigits[Sqrt[n], 10, 20][[1]]], _?(EvenQ[#]&)]], {n, 100}]] (* From Harvey P. Dale, Oct 27 2011 *)

CROSSREFS

Sequence in context: A030394 A030596 A031277 * A137420 A134866 A143261

Adjacent sequences:  A001162 A001163 A001164 * A001166 A001167 A001168

KEYWORD

nonn,base

AUTHOR

Howard Givner (HOGBC(AT)CUNYVM.CUNY.EDU)

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 16 02:51 EST 2012. Contains 205860 sequences.