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.

A135315 a(n) = 8^n * 7^(n^2).

This page as a plain text file.
%I A135315 #7 Oct 09 2016 23:29:06
%S A135315 1,56,153664,20661046784,136122083613085696,
%T A135315 43944136529148801869643776,695135330857032999706040305346412544,
%U A135315 538807794445443668301287736683760181725850763264
%N A135315 a(n) = 8^n * 7^(n^2).
%C A135315 Hankel transform of A130979 .
%H A135315 G. C. Greubel, <a href="/A135315/b135315.txt">Table of n, a(n) for n = 0..30</a>
%F A135315 a(n) = 8^n * 7^(n^2) = A001018(n) * A060759(n) .
%t A135315 Table[8^n*7^(n^2), {n, 0, 10}] (* _G. C. Greubel_, Oct 09 2016 *)
%o A135315 (PARI) a(n)=8^n*7^(n^2) \\ _Charles R Greathouse IV_, Oct 09 2016
%K A135315 nonn,easy
%O A135315 0,2
%A A135315 _Philippe Deléham_, Dec 05 2007