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!)
A234252 a(n) = ((n-1)^(n+1) + (-1)^n*(n+1)^(n-1))/(n^2). 0

%I #10 Jun 06 2021 06:01:42

%S -1,1,0,23,112,2637,28928,705259,12021504,337390073,7752749056,

%T 252186614847,7261683740672,271082082053317,9359536638984192,

%U 396049017137512403,15920162462882529280,754792662169555947633,34587513064809080815616,1818644980834260579498343

%N a(n) = ((n-1)^(n+1) + (-1)^n*(n+1)^(n-1))/(n^2).

%C a(2n) = A233446(n) = ((2n-1)^(2n+1) + (2n+1)^(2n-1))/(2n)^2 = A154682(n)/(2n)^2 for n > 0.

%F a(n) = ((n-1)^(n+1) + (-1)^n*(n+1)^(n-1))/(n^2).

%t Table[((m-1)^(m+1)+(-1)^m*(m+1)^(m-1))/(m^2),{m,1,20}]

%o (PARI) a(n) = ((n-1)^(n+1) + (-1)^n*(n+1)^(n-1))/n^2; \\ _Michel Marcus_, Jun 06 2021

%Y Cf. A154682, A233446.

%K sign

%O 1,4

%A _Alexander Adamchuk_, Dec 22 2013

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 5 20:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)