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!)
A121913 a(n) = 2^(n*(2*n+3)) = 2^A014106(n). 2

%I #23 Sep 08 2022 08:45:27

%S 1,32,16384,134217728,17592186044416,36893488147419103232,

%T 1237940039285380274899124224,664613997892457936451903530140172288,

%U 5708990770823839524233143877797980545530986496

%N a(n) = 2^(n*(2*n+3)) = 2^A014106(n).

%C Apparently the Hankel transform of A098441 = [1, 1, 33, 97, 1729, 8001, 105441, 627873, ...].

%C Hankel transform of A098430. - _Philippe Deléham_, Mar 01 2009

%H Vincenzo Librandi, <a href="/A121913/b121913.txt">Table of n, a(n) for n = 0..40</a>

%e Det(1) = 1; Det(1,1; 1,33) = 32; Det(1,1,33; 1,33,97; 33,97,1729) = 16384; ...

%p A121913:=n->2^(n*(2*n+3)); seq(A121913(k),k=0..20); # _Wesley Ivan Hurt_, Oct 24 2013

%t Table[2^(n(2n+3)), {n,0,20}] (* _Wesley Ivan Hurt_, Oct 24 2013 *)

%o (Magma) [2^(n*(2*n+3)): n in [0..10]]; // _Vincenzo Librandi_, Jul 05 2011

%o (PARI) vector(20, n, n--; 2^(n*(2*n+3))) \\ _G. C. Greubel_, Oct 08 2018

%Y Cf. A098430, A098441.

%K nonn,easy

%O 0,2

%A _Philippe Deléham_, Sep 02 2006

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 September 17 05:28 EDT 2024. Contains 375985 sequences. (Running on oeis4.)