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.

A070235 Number of partitions of 3^n into distinct terms.

This page as a plain text file.
%I A070235 #6 Jan 13 2017 20:00:07
%S A070235 1,2,8,192,84756,5807301632,2496696209705056142,
%T A070235 4077067982967062771640042697374910,
%U A070235 1661834856564765736512658856496529945178404778001420955780288
%N A070235 Number of partitions of 3^n into distinct terms.
%F A070235 a(n) ~ exp(Pi*sqrt(3^(n-1)))/(4*3^(3*n/4+1/4)). - _Ilya Gutkovskiy_, Jan 13 2017
%t A070235 Table[ PartitionsQ[3^n], {n, 0, 10}]
%Y A070235 Cf. A000009, A067735, A069878, A248728.
%K A070235 nonn
%O A070235 0,2
%A A070235 _Robert G. Wilson v_, May 08 2002