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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023961 First digit after decimal point of square root of n. 12
0, 4, 7, 0, 2, 4, 6, 8, 0, 1, 3, 4, 6, 7, 8, 0, 1, 2, 3, 4, 5, 6, 7, 8, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 0, 1, 2, 3, 4, 4, 5, 6, 7, 7, 8, 9, 0, 0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 8, 9, 0, 0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 8, 8, 9, 0, 0, 1, 1, 2, 2, 3 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..10000

MAPLE

A023961 := proc(n) return floor(10*sqrt(n)) mod 10: end: seq(A023961(n), n=1..100); # Nathaniel Johnston, May 04 2011

MATHEMATICA

Array[ Function[ n, RealDigits[ N[ Power[ n, 1/2 ], 10 ], 10 ]// (#[ [ 1, #[ [ 2 ] ]+1 ] ])& ], 110 ]

CROSSREFS

Cf. A111862, A111850, A111851, A111852, A111853, A111854, A111855, A111856, A111857, A111858, A111859.

Sequence in context: A133982 A069179 A058377 * A147863 A019976 A021072

Adjacent sequences:  A023958 A023959 A023960 * A023962 A023963 A023964

KEYWORD

nonn,easy,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Olivier Gerard (olivier.gerard(AT)gmail.com)

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 00:09 EST 2012. Contains 205978 sequences.