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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016134 Expansion of 1/((1-2x)(1-10x)). 5
1, 12, 124, 1248, 12496, 124992, 1249984, 12499968, 124999936, 1249999872, 12499999744, 124999999488, 1249999998976, 12499999997952, 124999999995904, 1249999999991808, 12499999999983616, 124999999999967232 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..900

Index to sequences with linear recurrences with constant coefficients, signature (12,-20)

FORMULA

a(n) =125*10^(n-2)-2^(n-2) =a(n-1)*10+2^n - Henry Bottomley (se16(AT)btinternet.com), Jun 06 2000

G.f.: 1/(1-12*x+20*x^2) [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2009, corrected by R. J. Mathar, Mar 14 2011

PROG

(Other) sage: [lucas_number1(n, 12, 20) for n in xrange(1, 18)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2009]

(Other) sage: [(10^n - 2^n)/8 for n in xrange(1, 19)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 05 2009]

(MAGMA) [2^n*(5^(n+1)-1)/4: n in [0..20]]; // Vincenzo Librandi, Oct 09 2011

CROSSREFS

A060458 [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 05 2009]

Sequence in context: A163147 A120918 A039680 * A045507 A155595 A070312

Adjacent sequences:  A016131 A016132 A016133 * A016135 A016136 A016137

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 13:28 EST 2012. Contains 206031 sequences.