The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A257487 Expansion of ( -4+15*x-8*x^2 ) / ( (x-1)*(x^2-4*x+1) ). 1
4, 5, 13, 44, 160, 593, 2209, 8240, 30748, 114749, 428245, 1598228, 5964664, 22260425, 83077033, 310047704, 1157113780, 4318407413, 16116515869, 60147656060, 224474108368, 837748777409, 3126521001265, 11668335227648, 43546819909324 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
M. Knor, R. Skrekovski, Wiener index of generalized 4-stars and their quadratic line graphs, Austral. J. Combinat. 58 (1) (2014) 119-126, eq. (11).
FORMULA
a(n) = (5*A001353(n+1)-13*A001353(n)+3)/2. - R. J. Mathar, May 26 2016
MAPLE
A257487 := proc(n)
(5+sqrt(3))/4*(2-sqrt(3))^n+(5-sqrt(3))/4*(2+sqrt(3))^n+3/2 ;
expand(%) ;
end proc:
seq(A257487(n), n=0..30) ;
PROG
(PARI) Vec(( -4+15*x-8*x^2 ) / ( (x-1)*(x^2-4*x+1) ) + O(x^50)) \\ Michel Marcus, Apr 26 2015
CROSSREFS
Cf. A055845 (first differences).
Sequence in context: A071341 A272898 A102981 * A249394 A295278 A029663
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Apr 26 2015
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 June 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)