[go: up one dir, main page]

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!)
A155594 10^n+2^n-1. 17
1, 11, 103, 1007, 10015, 100031, 1000063, 10000127, 100000255, 1000000511, 10000001023, 100000002047, 1000000004095, 10000000008191, 100000000016383, 1000000000032767, 10000000000065535, 100000000000131071 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-10*x)+1/(1-2*x)-1/(1-x). E.g.f.: e^(10*x)+e^(2*x)-e^x.
a(n)=12*a(n-1)-20*a(n-2)-9 with a(0)=1, a(1)=11 - Vincenzo Librandi, Jul 21 2010
a(0)=1, a(1)=11, a(2)=103, a(n)=13*a(n-1)-32*a(n-2)+20*a(n-3). - Harvey P. Dale, Mar 07 2015
a(n) = A050621(n+1)-1. - R. J. Mathar, Mar 10 2022
MATHEMATICA
LinearRecurrence[{13, -32, 20}, {1, 11, 103}, 20] (* Harvey P. Dale, Mar 07 2015 *)
PROG
(PARI) a(n)=10^n+2^n-1^n \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A141915 A016133 A287833 * A077250 A356128 A173851
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 24 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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)