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!)
A081298 Main diagonal of the square array A081297. 6

%I #7 Sep 08 2022 08:45:09

%S 1,1,7,25,461,2821,84883,734161,30684601,342800821,18348174791,

%T 251203133545,16394732478853,265727053328101,20464206411678331,

%U 383172119935376161,34011762638354230001,722380674949394645269

%N Main diagonal of the square array A081297.

%H Vincenzo Librandi, <a href="/A081298/b081298.txt">Table of n, a(n) for n = 0..200</a>

%F a(n) = ((n+1)^(n+1)-(-n)^(n+1))/(2n+1).

%t Table[((n + 1)^(n + 1) - (-n)^(n + 1)) / (2 n + 1),{n, 0, 20}] (* _Vincenzo Librandi_, Aug 07 2013 *)

%o (Magma) [((n+1)^(n+1)-(-n)^(n+1))/(2*n+1): n in [0..20]]; // _Vincenzo Librandi_, Aug 07 2013

%Y Cf. A081299, A081300, A081301, A081302.

%K easy,nonn

%O 0,3

%A _Paul Barry_, Mar 17 2003

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 May 10 15:26 EDT 2024. Contains 372387 sequences. (Running on oeis4.)