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 11-13 of 13 results.

A136764 a(n) = leading digit of n! in base 14.

Original entry on oeis.org

1, 1, 2, 6, 1, 8, 3, 1, 1, 9, 6, 5, 4, 4, 4, 4, 5, 6, 8, 10, 1, 1, 2, 4, 7, 13, 1, 3, 6, 1, 2, 4, 10, 1, 4, 11, 2, 5, 1, 2, 8, 1, 5, 1, 3, 11, 2, 9, 2, 7, 1, 7, 1, 7, 2, 7, 2, 9, 2, 11, 3, 1, 4, 1, 7, 2, 11, 3, 1, 6, 2, 11, 4, 1, 8, 3, 1, 6, 2, 1, 6, 2, 1, 6, 2, 1, 7, 3, 1, 9, 4, 2, 13, 6, 3, 1, 9, 4, 2, 1
Offset: 0

Views

Author

Carl R. White, Jan 21 2008

Keywords

Examples

			a(10) = 6 as 10! = 6106640_14 which has leading digit 6. - _David A. Corneth_, Jan 15 2021
		

Crossrefs

Programs

A136765 a(n) = leading digit of n! in base 15.

Original entry on oeis.org

1, 1, 2, 6, 1, 8, 3, 1, 11, 7, 4, 3, 2, 2, 2, 2, 2, 2, 3, 4, 5, 7, 11, 1, 1, 3, 5, 9, 1, 2, 4, 9, 1, 3, 6, 1, 2, 6, 1, 2, 7, 1, 3, 10, 2, 6, 1, 4, 12, 2, 9, 2, 7, 1, 6, 1, 5, 1, 5, 1, 5, 1, 6, 1, 7, 2, 10, 2, 13, 4, 1, 6, 1, 9, 3, 1, 5, 1, 9, 3, 1, 6, 2, 12, 4, 1, 10, 3, 1, 9, 3, 1, 9, 3, 1, 10, 4, 1, 12, 5
Offset: 0

Views

Author

Carl R. White, Jan 21 2008

Keywords

Examples

			a(10) = 4 as 10! = 41110300_15 which has leading digit 4. - _David A. Corneth_, Jan 15 2021
		

Crossrefs

Programs

A136770 n! never ends in this many 0's in base 9.

Original entry on oeis.org

12, 19, 32, 39, 52, 59, 66, 79, 86, 99, 106, 119, 120, 133, 140, 153, 160, 173, 180, 181, 194, 201, 214, 221, 234, 241, 248, 261, 268, 281, 288, 301, 302, 315, 322, 335, 342, 355, 362, 363, 376, 383, 396, 403, 416, 423, 430, 443, 450, 463, 470, 483, 484, 497
Offset: 1

Views

Author

Carl R. White, Jan 21 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Module[{nn=5000,zd},zd=Union[Table[Length[Last[Split[IntegerDigits[n!,9]]]],{n,nn}]];Complement[ Range[Max[zd]],zd]] (* Harvey P. Dale, Dec 26 2023 *)
Previous Showing 11-13 of 13 results.