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!)
A196793 a(n) = T(n,n), array T given by A047848. 1
1, 2, 7, 44, 401, 4682, 66431, 1111112, 21435889, 469070942, 11488207655, 311505013052, 9267595563617, 300239975158034, 10523614159962559, 396861212733968144, 16024522975978953761, 689852631578947368422, 31544039619835776489479 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
T(k, n) = ((k+3)^n+k+1)/(k+2).
LINKS
FORMULA
a(n) = ((n+3)^n+n+1)/(n+2).
MAPLE
A196793:=n->((n+3)^n+n+1)/(n+2); seq(A196793(k), k=0..50); # Wesley Ivan Hurt, Nov 08 2013
MATHEMATICA
Table[((n+3)^n+n+1)/(n+2), {n, 0, 50}] (* Wesley Ivan Hurt, Nov 08 2013 *)
PROG
(Magma) [((n+3)^n+n+1)/(n+2): n in [0..20]]
CROSSREFS
Sequence in context: A077045 A178012 A194018 * A306880 A128579 A194453
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 11 2011
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)