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!)
A048345 a(n)^2 is the smallest square containing exactly n 0's. 1
0, 10, 320, 100, 3200, 1000, 32000, 10000, 320000, 100000, 3200000, 1000000, 32000000, 10000000, 320000000, 100000000, 3200000000, 1000000000, 32000000000, 10000000000, 320000000000, 100000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Square Number
FORMULA
From Ralf Stephan, Jul 18 2013: (Start)
a(n) = 10*a(n-2); a(0)=0, a(1)=10, a(2)=320.
G.f.: (10*x + 320*x^2)/(1-10*x^2). (End)
MATHEMATICA
LinearRecurrence[{0, 10}, {0, 10, 320}, 30] (* Harvey P. Dale, Feb 10 2022 *)
PROG
(Magma) a:=[0, 10, 320]; [n le 3 select a[n] else 10*Self(n-2):n in [1..25]]; // Marius A. Burtea, Oct 11 2019
CROSSREFS
Sequence in context: A291561 A302933 A180584 * A325726 A223298 A164055
KEYWORD
nonn,base,easy
AUTHOR
Patrick De Geest, Mar 15 1999
EXTENSIONS
More terms from Lior Manor, Jul 02 2001
a(20) corrected by Georg Fischer, Dec 07 2019
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)