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.

A017427 a(n) = (11*n+3)^3.

Original entry on oeis.org

27, 2744, 15625, 46656, 103823, 195112, 328509, 512000, 753571, 1061208, 1442897, 1906624, 2460375, 3112136, 3869893, 4741632, 5735339, 6859000, 8120601, 9528128, 11089567, 12812904, 14706125
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    (11Range[0,30]+3)^3 (* or *) LinearRecurrence[{4,-6,4,-1},{27,2744,15625,46656},30] (* Harvey P. Dale, Apr 01 2012 *)

Formula

a(n) = 4*a(n-1)-6*a(n-2)+ 4*a(n-3)- a(n-4). - Harvey P. Dale, Apr 01 2012
a(n) = A000578(A017425(n))). - Michel Marcus, Aug 25 2025