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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128826 a(n) = 10^(2n-1) minus largest square less than 10^(2n-1). 2
1, 39, 144, 1756, 49116, 484471, 4175271, 38053824, 10649244, 1064924400, 43246886799, 529955487744, 2399106211776, 50173961567511, 590207432515431, 2099745368512359, 20237877241133151, 126421128012287511 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

For even indices a(2k) = 2*10^k-1, hence only odd powers of 10 are considered in this sequence.

LINKS

Hugo Pfoertner, Table of n, a(n) for n = 1..500

FORMULA

a(n)=10^(2n-1)-A061433(2n-1).

a(n) = 10^(2*n-1) - floor(sqrt(10^(2*n-1)))^2.

EXAMPLE

a(1) = 1 because 10 - 3^2 = 1.

a(2) = 39 because 1000 - 31^2 = 39.

a(3) = 144 because 100000 - 316^2 = 144.

MATHEMATICA

Table[10^n-Floor[(10^n-1)^(1/2)]^2, {n, 1, 40, 2}]

CROSSREFS

Cf. A061433, A051221.

Sequence in context: A044371 A044752 A072253 * A158593 A158598 A105838

Adjacent sequences:  A128823 A128824 A128825 * A128827 A128828 A128829

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Apr 12 2007

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 18:15 EST 2012. Contains 206061 sequences.