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!)
A165156 n^(2*n-1)-(2*n-1)^n. 0

%I #5 Aug 10 2023 18:03:34

%S 0,-1,118,13983,1894076,361025495,96826261890,35181809198207,

%T 16677063111790072,9999993868933742199,7400249593980659558990,

%U 6624737245034612579099807,7056410013376700546645974068

%N n^(2*n-1)-(2*n-1)^n.

%F a(n) = A085524(n)-A085528(n-1).

%t p=1;lst={};Do[AppendTo[lst,n^p-p^n];p=p+2,{n,4!}];lst

%t Table[n^(2n-1)-(2n-1)^n,{n,20}] (* _Harvey P. Dale_, Aug 10 2023 *)

%Y Cf. A085524, A085528

%K sign

%O 1,3

%A _Vladimir Joseph Stephan Orlovsky_, Sep 05 2009

%E Definition corrected by _R. J. Mathar_, Sep 06 2009

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 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)