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!)
A081300 Diagonal of square array A081297. 6
1, 5, 55, 481, 10501, 117181, 3879331, 52751105, 2351234953, 37766866501, 2120129149711, 39311679607201, 2663716583547085, 56019878838007085, 4448878347069812251, 104660471059169187841, 9534251497305019644433 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ((n+1)^(n+3)-(-n)^(n+3))/(2*n+1).
MATHEMATICA
Table[((n + 1)^(n + 3) - (-n)^(n + 3)) / (2 n + 1), {n, 0, 20}] (* Vincenzo Librandi, Aug 07 2013 *)
PROG
(Magma) [((n+1)^(n+3)-(-n)^(n+3))/(2*n+1): n in [0..20]]; // Vincenzo Librandi, Aug 07 2013
CROSSREFS
Sequence in context: A138163 A335355 A306095 * A190543 A144894 A247775
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 17 2003
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)