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!)
A171510 a(n) = 10*a(n-1) + a(n-2), with a(1)=2 and a(2)=1. 1
2, 1, 12, 121, 1222, 12341, 124632, 1258661, 12711242, 128371081, 1296422052, 13092591601, 132222338062, 1335315972221, 13485382060272, 136189136574941, 1375376747809682, 13889956614671761, 140274942894527292, 1416639385559944681, 14306668798493974102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(19*x-2) / (x^2+10*x-1). - Colin Barker, Oct 02 2015
MATHEMATICA
RecurrenceTable[{a[n] == 10 a[n - 1] + a[n - 2], a[1] == 2, a[2] == 1}, a, {n, 1, 21}] (* or *) LinearRecurrence[{10, 1}, {2, 1}, 21] (* Michael De Vlieger, Oct 02 2015 *)
PROG
(PARI) Vec(x*(19*x-2)/(x^2+10*x-1) + O(x^40)) \\ Colin Barker, Oct 02 2015
CROSSREFS
Sequence in context: A009483 A181867 A231611 * A106750 A258821 A124916
KEYWORD
nonn,easy
AUTHOR
Mark Dols, Dec 10 2009
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)