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!)
A083082 First subdiagonal of number array A083075. 6
1, 5, 61, 1065, 23801, 650893, 21120373, 794552657, 34040573425, 1637411510421, 87420145670573, 5131440522974329, 328542298690792681, 22789709877615373085, 1702810951672313083621, 136361486383932674632353 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ((n+1)*(2n+5)^n + 1)/(n+2).
MATHEMATICA
Table[((n+1)(2n+5)^n+1)/(n+2), {n, 0, 20}] (* Harvey P. Dale, Oct 06 2019 *)
PROG
(Magma) [((n+1)*(2*n+5)^n+1)/(n+2): n in [0..20]]; // Vincenzo Librandi, Nov 12 2011
CROSSREFS
Sequence in context: A134282 A146760 A294024 * A213110 A298695 A352238
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 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 September 8 07:09 EDT 2024. Contains 375751 sequences. (Running on oeis4.)