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.

A085526 a(n) = n^(2n+1).

This page as a plain text file.
%I A085526 #16 Nov 02 2022 10:29:33
%S A085526 0,1,32,2187,262144,48828125,13060694016,4747561509943,
%T A085526 2251799813685248,1350851717672992089,1000000000000000000000,
%U A085526 895430243255237372246531,953962166440690129601298432,1192533292512492016559195008117,1728673739677471101567216945987584,2876265888493261300027370452880859375
%N A085526 a(n) = n^(2n+1).
%H A085526 G. C. Greubel, <a href="/A085526/b085526.txt">Table of n, a(n) for n = 0..200</a>
%F A085526 a(n) = n*A062206(n). - _R. J. Mathar_, Mar 11 2017
%F A085526 a(n) = [x^(2*n+1)] 1/(1 - n*x). - _Ilya Gutkovskiy_, Oct 10 2017
%F A085526 a(n) = A089072(2*n-1, n-1). - _G. C. Greubel_, Nov 01 2022
%t A085526 Table[n^(2*n+1),{n,0,20}] (* _Vladimir Joseph Stephan Orlovsky_, Apr 19 2011 *)
%o A085526 (Magma) [n^(2*n+1): n in [0..30]]; // _G. C. Greubel_, Nov 01 2022
%o A085526 (SageMath) [n^(2*n+1) for n in range(31)] # _G. C. Greubel_, Nov 01 2022
%Y A085526 Cf. A062206, A089072.
%K A085526 nonn,easy
%O A085526 0,3
%A A085526 _N. J. A. Sloane_, Jul 05 2003