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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114765 Floor[7^(1/2)*10^n]^2. 8
4, 676, 69696, 6996025, 699972849, 69999930625, 6999998354001, 699999994145169, 69999999943667161, 6999999999658218721, 699999999965821872100, 69999999999757088783236 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

Largest square < 7*10^(2n).

LINKS

Table of n, a(n) for n=0..11.

EXAMPLE

a(1) = Floor[7^(1/2)*10]^2 = 26^2 = 676.

MATHEMATICA

$MaxExtraPrecision := 200; Table[Floor[7^(1/2)*10^n]^2, {n, 0, 20}] (Steinerberger)

PROG

(MAGMA) [Floor(7^(1/2)*10^n)^2: n in [0..150]]; // From Vincenzo Librandi, Feb 05 2011

CROSSREFS

Cf. A114761, A114762, A114763, A114764.

Sequence in context: A046348 A183150 A202368 * A159618 A219012 A059754

Adjacent sequences:  A114762 A114763 A114764 * A114766 A114767 A114768

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 17 2005

EXTENSIONS

More terms from Stefan Steinerberger, Jan 26 2006

STATUS

approved

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 May 22 06:43 EDT 2013. Contains 225511 sequences.