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!)
A045788 Squares with initial digit '5'. 12
529, 576, 5041, 5184, 5329, 5476, 5625, 5776, 5929, 50176, 50625, 51076, 51529, 51984, 52441, 52900, 53361, 53824, 54289, 54756, 55225, 55696, 56169, 56644, 57121, 57600, 58081, 58564, 59049, 59536, 501264, 502681, 504100, 505521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
seq(op(map(`^`, [seq(i, i=ceil(sqrt(5*10^d))..floor(sqrt(6*10^d-1)))], 2)), d=1..5); # Robert Israel, Sep 30 2016
MATHEMATICA
Flatten[Table[Range[Ceiling[Sqrt[5 10^n]], Floor[Sqrt[6 10^n]]]^2, {n, 5}]] (* Harvey P. Dale, Jun 15 2011 *)
CROSSREFS
Sequence in context: A204684 A205160 A205309 * A339636 A181414 A020289
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Offset changed by Robert Israel, Sep 30 2016
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)