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.

Previous Showing 31-32 of 32 results.

A125368 Number of base 31 circular n-digit numbers with adjacent digits differing by 4 or less.

Original entry on oeis.org

1, 31, 259, 1711, 13259, 104181, 838567, 6839941, 56392139, 468718939, 3921391169, 32982034061, 278635097351, 2362736395895, 20099255075641, 171451320170481, 1466033625495387, 12562096168712455, 107842286116562887
Offset: 0

Views

Author

R. H. Hardin, Dec 28 2006

Keywords

Comments

[Empirical] a(base,n)=a(base-1,n)+A025014(n+1) for base>=4.int(n/2)+1

A125369 Number of base 32 circular n-digit numbers with adjacent digits differing by 4 or less.

Original entry on oeis.org

1, 32, 268, 1772, 13748, 108132, 871228, 7113068, 58698164, 488329172, 4089121128, 34423417280, 291070095356, 2470369205804, 21033518369320, 179580640999392, 1536920470892852, 13181385142142708, 113261618364481612
Offset: 0

Views

Author

R. H. Hardin, Dec 28 2006

Keywords

Comments

[Empirical] a(base,n)=a(base-1,n)+A025014(n+1) for base>=4.int(n/2)+1
Previous Showing 31-32 of 32 results.