[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A174958
a(n)=Sum((A008292(n - j, j) - C(n - j - 1, j))/2, j=0, [(n - 1)/2])
0
0, 0, 0, 0, 1, 4, 15, 56, 214, 854, 3607, 16172, 76853, 386082, 2044198, 11373124, 66300473, 403939612, 2566116299, 16962629860, 116452790838, 828903740138, 6107712000563, 46521422681724, 365811331693305, 2965957618809246, 24767913121016790, 212803409969904264
OFFSET
0,6
COMMENTS
Sequence A000800 minus the Lucas Fibonacci sum divided by two.
REFERENCES
Burton, David M.,Elementary number theory,McGraw Hill,N.Y.,2002,p 286, problem 23
MATHEMATICA
a = Table[Sum[(Eulerian[n -
j, j] - Binomial[n - j - 1, j])/2, {j, 0,
Floor[(n - 1)/2]}], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Dec 02 2010
STATUS
approved