Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A067474
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A067474 Smallest n-digit square starting with 4. +0
3
4, 49, 400, 4096, 40000, 400689, 4000000, 40005625, 400000000, 4000056516, 40000000000, 400000591936, 4000000000000, 40000008597136, 400000000000000, 4000000100766916, 40000000000000000, 400000001222314089 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n) = ceiling(sqrt(4*10^(n-1)))^2 - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Feb 18 2002

MATHEMATICA

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

PROGRAM

(PARI) for(n=1, 20, a=ceil(sqrt(4*10^(n-1)))^2; print(a))

CROSSREFS

Cf. A035071 (roots), A045787, A067479 (2..9).

Adjacent sequences: A067471 A067472 A067473 this_sequence A067475 A067476 A067477

Sequence in context: A113525 A064751 A045787 this_sequence A053769 A086094 A055793

KEYWORD

base,easy,nonn

AUTHOR

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

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Feb 18 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 5 16:50 EDT 2008. Contains 144613 sequences.


AT&T Labs Research