login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073027 Square array of decimal expansions of sqrt(n) (n>=1) read by antidiagonals. 0
1, 0, 1, 0, 4, 1, 0, 1, 7, 2, 0, 4, 3, 0, 2, 0, 2, 2, 0, 2, 2, 0, 1, 0, 0, 3, 4, 2, 0, 3, 5, 0, 6, 4, 6, 2, 0, 5, 0, 0, 0, 9, 4, 8, 3, 0, 6, 8, 0, 6, 4, 5, 2, 0, 3, 0, 2, 0, 0, 7, 8, 7, 8, 0, 1, 3, 0, 3, 7, 0, 9, 9, 5, 4, 0, 6, 3, 3, 0, 7, 5, 0, 7, 7, 1, 2, 0, 2, 1, 4, 3, 0, 3, 6, 0, 7, 4, 3, 7, 0, 2, 6, 6, 6, 3, 0 (list; table; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
EXAMPLE
Array begins
1.0000000000000000000...
1.4142135623730950488...
1.7320508075688772935...
2.0000000000000000000...
2.2360679774997896964...
MAPLE
Digits := 20; for n from 1 to 20 do lprint(evalf(sqrt(n))); od:
PROG
(PARI) A073027_row(n, L=20) = digits(sqrtint(n*100^L)) \\ M. F. Hasler, Dec 27 2023
CROSSREFS
Sequence in context: A035588 A318623 A332055 * A370073 A278986 A292159
KEYWORD
nonn,cons,tabl,easy
AUTHOR
Antti Karttunen, Aug 23 2002
EXTENSIONS
More terms from Benoit Cloitre, Sep 08 2002
Data corrected by M. F. Hasler, Dec 27 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 16:42 EDT 2024. Contains 372276 sequences. (Running on oeis4.)