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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067478 Smallest n-digit square starting with 8. 2
9, 81, 841, 8100, 80089, 801025, 8003241, 80013025, 800041225, 8000050249, 80000162649, 800001447184, 8000004951184, 80000001609984, 800000042569984, 8000000160998400, 80000000297200369, 800000000000150481 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

FORMULA

a[n]=ceil(sqrt(8*10^n)))^2 - Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Mar 18 2002

MATHEMATICA

nS[n_] := Module[{lr = Floor[Sqrt[n]]}, If[lr^2==n, lr^2, (lr + 1)^2]]; Table[nS[8 10^i], {i, 0, 20}]

CROSSREFS

Cf. A035075 (roots), A045791, A067479 (2..9).

Sequence in context: A137062 A001514 A077364 * A077486 A187122 A113361

Adjacent sequences:  A067475 A067476 A067477 * A067479 A067480 A067481

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 09 2002

EXTENSIONS

More terms from Harvey P. Dale (hpd1(AT)nyu.edu), Feb 17 2002

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 15:54 EST 2012. Contains 206050 sequences.