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!)
A083083 A diagonal of number array A083075. 3
1, 7, 97, 1831, 43393, 1242375, 41818561, 1620979687, 71191804801, 3496805826823, 190053352702753, 11329044782441127, 735151931535979777, 51600331868857972231, 3896042468112362132353, 314921475287825567805799 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ((n+2)*(2n+7)^n + 1)/(n+3).
MATHEMATICA
Table[((n+2)(2n+7)^n+1)/(n+3), {n, 0, 20}] (* Harvey P. Dale, Nov 18 2021 *)
PROG
(Magma) [((n+2)*(2*n+7)^n+1)/(n+3): n in [0..20]]; // Vincenzo Librandi, Nov 12 2011
CROSSREFS
Sequence in context: A371367 A188441 A178808 * A022007 A174516 A058805
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)