login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A083084
A diagonal of number array A083075.
3
1, 9, 141, 2893, 73081, 2200977, 77189509, 3095295861, 139872233073, 7039013063065, 390656716635901, 23714578436644509, 1563646420268423401, 111315499088924632353, 8511391223995285616373, 695805743909499121660357
OFFSET
0,2
LINKS
FORMULA
a(n) = ((n+3)*(2n+9)^n + 1)/(n+4).
PROG
(Magma) [((n+3)*(2*n+9)^n+1)/(n+4): n in [0..20]]; // Vincenzo Librandi, Nov 12 2011
CROSSREFS
Sequence in context: A137059 A263966 A371365 * A187402 A363478 A303147
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 2003
STATUS
approved