cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A085535 a(n) = (2n)^(2n-1).

This page as a plain text file.
%I A085535 #27 Nov 29 2020 02:09:35
%S A085535 2,64,7776,2097152,1000000000,743008370688,793714773254144,
%T A085535 1152921504606846976,2185911559738696531968,5242880000000000000000000,
%U A085535 15519448971100888972574851072,55572324035428505185378394701824,236773830007967588876795164938469376
%N A085535 a(n) = (2n)^(2n-1).
%C A085535 a(0) is 0^(-1) = 1/0, which is undefined.
%F A085535 a(n) = A005843(n)^A005408(n-1). - _Michel Marcus_, Apr 14 2018
%F A085535 Sum_{n>=1} 1/a(n) = A338167. - _Amiram Eldar_, Nov 29 2020
%t A085535 Table[(2*n)^(2*n - 1), {n, 20}] (* _T. D. Noe_, Feb 26 2013 *)
%Y A085535 Cf. A005408, A005843, A222621, A338167.
%K A085535 nonn
%O A085535 1,1
%A A085535 _N. J. A. Sloane_, Jul 05 2003