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.

Showing 1-2 of 2 results.

A305826 Number of vectors in {0..4}^n with sum divisible by 9.

Original entry on oeis.org

1, 1, 1, 11, 81, 381, 1673, 8338, 43585, 220037, 1086581, 5401793, 27090649, 135792879, 678626796, 3389980516, 16949548097, 84773530931, 423896384077, 2119296824851, 10596060837121, 52981415499506, 264911698225527, 1324553898108366, 6622726587716561, 33113628115834381, 165568491457714333
Offset: 0

Views

Author

Robert Israel, Jun 10 2018

Keywords

Comments

For n >= 1, number of terms in A061831 with at most n digits.

Examples

			For n=3, the a(3)=11 vectors are [0, 0, 0], [1, 4, 4], [2, 3, 4], [2, 4, 3], [3, 2, 4], [3, 3, 3], [3, 4, 2], [4, 1, 4], [4, 2, 3], [4, 3, 2], [4, 4, 1].
		

Crossrefs

Cf. A061831.

Programs

  • Maple
    T:= Matrix(9,shape=Circulant[[1,0,0,0,0,1,1,1,1]]):
    seq((T^n)[1,1],n=0..60);

Formula

G.f.: (1-8*x+28*x^2-76*x^3+120*x^4-120*x^5+74*x^6-26*x^7+4*x^8) / (1 - 9*x + 36*x^2 - 114*x^3 + 216*x^4 - 270*x^5 + 222*x^6 - 117*x^7 + 36*x^8 - 5*x^9).

A061832 Multiples of 11 having only even digits.

Original entry on oeis.org

0, 22, 44, 66, 88, 220, 242, 264, 286, 440, 462, 484, 660, 682, 880, 2002, 2024, 2046, 2068, 2200, 2222, 2244, 2266, 2288, 2420, 2442, 2464, 2486, 2640, 2662, 2684, 2860, 2882, 4004, 4026, 4048, 4202, 4224, 4246, 4268, 4400, 4422, 4444, 4466, 4488, 4620
Offset: 1

Views

Author

Amarnath Murthy, May 29 2001

Keywords

Examples

			264 = 11*24 is a term having all even digits.
		

Crossrefs

Programs

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
Offset corrected by Charles R Greathouse IV, Feb 15 2017
Showing 1-2 of 2 results.