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!)
A155658 a(n) = 11^n + 7^n - 1. 17
1, 17, 169, 1673, 17041, 177857, 1889209, 20310713, 220123681, 2398301297, 26219899849, 287288997353, 3152269663921, 34619601154337, 380428056656089, 4181995730925593, 45982962794141761, 505679659013280977 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-11*x) + 1/(1-7*x) - 1/(1-x).
E.g.f.: exp(11*x) + exp(7*x) - exp(x).
a(n) = 18*a(n-1)-77*a(n-2)-60 with a(0)=1, a(1)=17. - Vincenzo Librandi, Jul 21 2010
MATHEMATICA
Table[11^n+7^n-1, {n, 0, 20}] (* G. C. Greubel, Nov 18 2018 *)
PROG
(PARI) a(n)=11^n+7^n-1 \\ Charles R Greathouse IV, Jun 11 2015
(Magma) [11^n+7^n-1: n in [0..20]]; // G. C. Greubel, Nov 18 2018
(Sage) [11^n+7^n-1 for n in range(20)] # G. C. Greubel, Nov 18 2018
(GAP) List([0..20], n -> 11^n+7^n-1); # G. C. Greubel, Nov 18 2018
CROSSREFS
Sequence in context: A124299 A289422 A157688 * A121037 A282922 A023015
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 31 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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)