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!)
A081299 Diagonal of square array A081297. 6
1, 3, 13, 181, 1281, 32551, 314245, 11638089, 141943681, 6914792611, 101829922701, 6152865979261, 106138316846017, 7657555132292703, 151395000617362741, 12699162274678909201, 283052059672669084161 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ((n+1)^(n+2)-(-n)^(n+2))/(2*n+1).
MATHEMATICA
Table[((n + 1)^(n + 2) - (-n)^(n + 2)) / (2 n + 1), {n, 0, 20}] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(Magma) [((n+1)^(n+2)-(-n)^(n+2))/(2*n+1): n in [0..20]]; // Vincenzo Librandi, Aug 08 2013
CROSSREFS
Sequence in context: A168320 A323134 A368499 * A117808 A002065 A302143
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 August 14 11:32 EDT 2024. Contains 375159 sequences. (Running on oeis4.)