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!)
A016230 Expansion of 1/((1-x)(1-5x)(1-7x)). 0
1, 13, 122, 1010, 7851, 58863, 431572, 3118660, 22318901, 158673713, 1122923022, 7921496310, 55755649951, 391815428563, 2750337394472, 19290508733960, 135224296001001, 947523746323413, 6637434595845922 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=13, a(n)=12*a(n-1)-35*a(n-2)+1. - Vincenzo Librandi, Feb 10 2011
a(n) = (2*7^(n+2) - 3*5^(n+2) + 1)/24. - Yahia Kahloune, Aug 13 2013
MAPLE
a:=n->sum((7^(n-j)-5^(n-j))/2, j=0..n): seq(a(n), n=1..19); # Zerinvary Lajos, Jan 15 2007
PROG
(PARI) a(n) = (2*7^(n+2) - 3*5^(n+2) + 1)/24; \\ Joerg Arndt, Aug 13 2013
CROSSREFS
Sequence in context: A297594 A326569 A339057 * A327961 A278276 A201382
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 25 11:36 EDT 2024. Contains 371968 sequences. (Running on oeis4.)