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.

A107584 a(n) = 4^n - 4*n.

Original entry on oeis.org

1, 0, 8, 52, 240, 1004, 4072, 16356, 65504, 262108, 1048536, 4194260, 16777168, 67108812, 268435400, 1073741764, 4294967232, 17179869116, 68719476664, 274877906868, 1099511627696, 4398046511020, 17592186044328, 70368744177572, 281474976710560, 1125899906842524
Offset: 0

Views

Author

Zak Seidov, May 16 2005

Keywords

Comments

Numbers a(n) = k such that number m with n 4's and k 1's has digit product = digit sum = 4^n.

Examples

			Corresponding numbers m are 1, 4, 1111111144, ...
		

Crossrefs

Programs

Formula

From Harvey P. Dale, Oct 21 2011: (Start)
a(n) = 6*a(n-1) - 9*a(n-2) + 4*a(n-3) with a(0)=1, a(1)=0, and a(2)=8.
G.f.: (-17*x^2+6*x-1)/((x-1)^2*(4*x-1)). (End)
E.g.f.: exp(x)*(exp(3*x) - 4*x). - Elmo R. Oliveira, Sep 10 2024

Extensions

More terms from Vincenzo Librandi, Dec 16 2010
Corrected by Charles R Greathouse IV, Sep 08 2012