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.

A133460 3^n*2^(n^2).

This page as a plain text file.
%I A133460 #5 Sep 08 2013 13:31:23
%S A133460 1,6,144,13824,5308416,8153726976,50096498540544,1231171548132409344,
%T A133460 121029087867608368152576,47590573814949492091483324416,
%U A133460 74853500292876717928978827574247424
%N A133460 3^n*2^(n^2).
%C A133460 Hankel transform of A089022.
%F A133460 a(n)=3^n*2^(n^2)=A000244(n)*A002416(n).
%t A133460 Table[3^n 2^n^2,{n,0,10}] (* _Harvey P. Dale_, Jul 28 2013 *)
%K A133460 easy,nonn
%O A133460 0,2
%A A133460 _Philippe Deléham_, Nov 28 2007