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!)
A078621 Values of n such that Sum[ -(-1)^(k) n/k (n-1)/(k+1),{k,1,n}] (n!!) is an integer. 0
1, 5, 9, 11, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 32769, 49153, 65537, 98305, 131073, 196609, 262145, 393217, 524289, 786433, 1048577, 1572865, 2097153, 3145729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sum[ -(-1)^(k) n/k(n-1)/(k+1), {k,1,n}] can be simplified to -((-1+n)*n*(1+(2*(-1)^n)/n +(-2+(-1)^n)*Log[2]- ((-1)^n*(-3*PolyGamma[0,n/2]+ 2*PolyGamma[0,n]+ PolyGamma[0,(3+n)/2]))/2))
LINKS
FORMULA
G.f.: -(4*x^6-6*x^4-6*x^3+2*x^2+4*x+1)/(-2*x^3+2*x^2+x-1)
For n>4, a(n) = (4 - n%2) * 2^floor((n-1)/2) + 1. - Ralf Stephan, Mar 17 2004
MATHEMATICA
Position[Table[Sum[ -(-1)^(k) n/k(n-1)/(k+1), {k, 1, n}] (n!!), {n, 1, 1025}], _Integer]// Flatten or, equivalently, CoefficientList[Series[ -(4x^6-6*x^4-6*x^3+2*x^2+4*x+1)/(-2*x^3+2*x^2+x-1), {x, 0, 48}], x]
CROSSREFS
Sequence in context: A161155 A337920 A314585 * A287521 A287529 A179383
KEYWORD
easy,nonn
AUTHOR
Wouter Meeussen, Dec 11 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 19 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)