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!)
A081301 Subdiagonal of square array A081297. 6
1, 1, 13, 41, 991, 5461, 194713, 1545265, 73022131, 758924981, 44709567013, 575279386969, 40614439994311, 623479972408021, 51316625644764721, 915589327332039905, 86090052046429522747, 1750836276286883890741 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ((n+2)^(n+1)-(-(n+1))^(n+1))/(2*n+3).
MATHEMATICA
Table[((n + 2)^(n + 1) - (-(n + 1))^(n + 1)) / (2 n + 3), {n, 0, 20}] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(Magma) [((n+2)^(n+1)-(-(n+1))^(n+1))/(2*n+3):n in [0..20]]; // Vincenzo Librandi, Aug 08 2013
CROSSREFS
Sequence in context: A116153 A116209 A002673 * A159527 A139277 A162265
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 April 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)