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.

A101426 Number of different cuboids with volume p^6 * q^n, where p,q are distinct prime numbers.

Original entry on oeis.org

7, 16, 32, 51, 76, 104, 139, 176, 220, 267, 320, 376, 439, 504, 576, 651, 732, 816, 907, 1000, 1100, 1203, 1312, 1424, 1543, 1664, 1792, 1923, 2060, 2200, 2347, 2496, 2652, 2811, 2976, 3144, 3319, 3496, 3680, 3867, 4060, 4256, 4459, 4664, 4876, 5091, 5312
Offset: 0

Views

Author

Anthony C Robin, Jan 17 2005

Keywords

Comments

Subsequence of A034836, which gives the number of cuboids for volume n.

Crossrefs

Formula

a(n) = A034836(2^6*3^n) = A034836(3^6*2^n) = A034836(p^6*q^n) for p,q distinct primes.
Empirical g.f.: -(3*x^3+9*x^2+9*x+7)/((x+1)*(x^2+x+1)*(x-1)^3). - Colin Barker, Mar 28 2014

Extensions

Edited and extended by Ray Chandler, Dec 19 2008
a(0)=7 prepended and g.f. edited by Alois P. Heinz, Oct 05 2016