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!)
A081302 Subdiagonal of square array A081297. 6
1, 1, 21, 61, 1891, 9633, 404713, 2997541, 159902271, 1564345201, 101406750589, 1236882490845, 94479649710811, 1382731226210881, 121677107761110993, 2079381120597925237, 207197254527662127511, 4051708966720224576081 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ((n+3)^(n+1)-(-(n+2))^(n+1))/(2*n+5).
MATHEMATICA
Table[((n + 3)^(n + 1) - (-(n + 2))^(n + 1)) / (2 n + 5), {n, 0, 20}] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(Magma) [((n+3)^(n+1)-(-(n+2))^(n+1))/(2*n+5): n in [0..20]]; // Vincenzo Librandi, Aug 08 2013
CROSSREFS
Sequence in context: A124714 A126375 A146468 * A058100 A219856 A371112
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)