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
-1, 1, 0, 23, 112, 2637, 28928, 705259, 12021504, 337390073, 7752749056, 252186614847, 7261683740672, 271082082053317, 9359536638984192, 396049017137512403, 15920162462882529280, 754792662169555947633, 34587513064809080815616, 1818644980834260579498343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(2n) = A233446(n) = ((2n-1)^(2n+1) + (2n+1)^(2n-1))/(2n)^2 = A154682(n)/(2n)^2 for n > 0.
LINKS
FORMULA
a(n) = ((n-1)^(n+1) + (-1)^n*(n+1)^(n-1))/(n^2).
MATHEMATICA
Table[((m-1)^(m+1)+(-1)^m*(m+1)^(m-1))/(m^2), {m, 1, 20}]
PROG
(PARI) a(n) = ((n-1)^(n+1) + (-1)^n*(n+1)^(n-1))/n^2; \\ Michel Marcus, Jun 06 2021
CROSSREFS
Sequence in context: A356877 A260986 A071634 * A101804 A142324 A337425
KEYWORD
sign
AUTHOR
Alexander Adamchuk, Dec 22 2013
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 May 12 17:17 EDT 2024. Contains 372492 sequences. (Running on oeis4.)