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!)
A087095 a(n) = A077503(n) - n*10^d, where d = n-A055642(n), A055642(n) = number of digits in n. 1
0, 5, 24, 96, 176, 625, 1316, 13025, 0, 14129, 24161, 580921, 1310976, 4588964, 7007601, 0, 233634401, 244436761, 2180575376, 3762025, 23492302009, 71829444801, 293908889924, 357018382249, 2562501107225, 2194311769649 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = ceiling(sqrt(n*10^d))^2 - n*10^d, where d = n-digit(n), digit(n) = number of digits in n.
EXAMPLE
a(7) = 7001316 - 7000000 = 1316.
MATHEMATICA
ceil[n_]:=Module[{d=n-IntegerLength[n], c}, c=n*10^d; Ceiling[Sqrt[c]]^2-c]; Array[ceil, 30] (* Harvey P. Dale, Sep 03 2018 *)
CROSSREFS
Sequence in context: A180354 A212349 A268370 * A099653 A270126 A276139
KEYWORD
nonn,base
AUTHOR
Ray Chandler, Aug 11 2003
EXTENSIONS
Edited by Charles R Greathouse IV, Aug 03 2010
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 9 16:12 EDT 2024. Contains 372353 sequences. (Running on oeis4.)