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.

A135425 a(n) = 6^n * 7^(n^2).

Original entry on oeis.org

1, 42, 86436, 8716379112, 43069878018202896, 10428149586506991068675232, 123719154344427992379322114891976256, 71922158596935138096613542488243622890285377152
Offset: 0

Views

Author

Philippe Deléham, Dec 12 2007

Keywords

Comments

Hankel transform of A132866.

Crossrefs

Programs

  • Mathematica
    Table[6^n * 7^(n^2), {n, 0, 25}] (* G. C. Greubel, Oct 14 2016 *)

Formula

a(n) = 6^n*7^(n^2) = A000400(n)*A060759(n).