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!)
A077851 Expansion of (1-x)^(-1)/(1 - 2*x - 2*x^3). 1
1, 3, 7, 17, 41, 97, 229, 541, 1277, 3013, 7109, 16773, 39573, 93365, 220277, 519701, 1226133, 2892821, 6825045, 16102357, 37990357, 89630805, 211466325, 498913365, 1177088341, 2777109333, 6552045397, 15458267477, 36470753621, 86045598037, 203007731029 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A052912 := proc(n) if n < 0 then 0; else coeftayl( 1/(1-2*x^3-2*x), x=0, n) ; end if; end proc:
A077851 := proc(n) 2*(2*A052912(n)+A052912(n-1)+A052912(n-2))-1 ; %/3 ; end proc:
seq(A077851(n), n=0..15) ; # R. J. Mathar, Mar 28 2011
PROG
(PARI) Vec((1-x)^(-1)/(1-2*x-2*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
Sequence in context: A192674 A272480 A131056 * A089737 A123335 A001333
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)