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!)
A016158 Expansion of 1/((1-4*x)(1-11*x)). 1
1, 15, 181, 2055, 22861, 252495, 2781541, 30613335, 336812221, 3705196575, 40758210901, 448344514215, 4931806433581, 54249937878255, 596749585096261, 6564246509800695, 72206715902774941, 794273892110393535 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 15*a(n-1) - 44*a(n-2) for n >= 2. - Vincenzo Librandi, Mar 18 2011
a(n) = 11*a(n-1) + 4^n for n >= 1. - Vincenzo Librandi, Mar 18 2011
a(n) = (11^(n+1) - 2^(2*n+2))/7. - R. J. Mathar, Mar 20 2011
MAPLE
A016158:=n->(11^(n+1)-2^(2*n+2))/7: seq(A016158(n), n=0..30); # Wesley Ivan Hurt, Apr 23 2017
MATHEMATICA
Join[{a=1, b=15}, Table[c=15*b-44*a; a=b; b=c, {n, 60}]] (* Vladimir Joseph Stephan Orlovsky, Feb 01 2011 *)
CROSSREFS
Sequence in context: A005461 A138443 A235455 * A335509 A193701 A125450
KEYWORD
nonn,easy
AUTHOR
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 24 07:17 EDT 2024. Contains 371920 sequences. (Running on oeis4.)