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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016145 Expansion of 1/((1-3x)(1-10x)). 0
1, 13, 139, 1417, 14251, 142753, 1428259, 14284777, 142854331, 1428562993, 14285688979, 142857066937, 1428571200811, 14285713602433, 142857140807299, 1428571422421897, 14285714267265691, 142857142801797073 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (13,-30)

FORMULA

a(n) = (10^(n+1)-3^(n+1))/7 = 10*a(n-1)+3^n = 3*a(n-1)+10^n. - Henry Bottomley (se16(AT)btinternet.com), Jul 25 2001

a(n) = 13*a(n-1) - 30*a(n-2), n>=2. - Vincenzo Librandi, Mar 14 2011

MATHEMATICA

Join[{a=1, b=13}, Table[c=13*b-30*a; a=b; b=c, {n, 60}]] (*From Vladimir Joseph Stephan Orlovsky, Feb 01 2011*)

CROSSREFS

Sequence in context: A142896 A193700 A125425 * A193708 A195464 A064103

Adjacent sequences:  A016142 A016143 A016144 * A016146 A016147 A016148

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 03:37 EST 2012. Contains 205978 sequences.