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.

A097643 Numbers n such that n=(d_1!!+d_2!!+...+d_k!!)-(d_1+d_2+...+d_k) where d_1 d_2 ... d_k is the decimal expansion of n.

Original entry on oeis.org

4, 46, 478, 944
Offset: 1

Views

Author

Farideh Firoozbakht, Aug 23 2004

Keywords

Examples

			944 is in the sequence because 944=(9!!+4!!+4!!)-(9+4+4).
		

Crossrefs

Cf. A097642.

A101698 Numbers n such that n = d_1*d_1!+d_2*d_2!+...+d_k*d_k!, where d_1 d_2 ... d_k is the decimal expansion of n.

Original entry on oeis.org

0, 1, 684817, 3371797
Offset: 1

Views

Author

Farideh Firoozbakht, Dec 18 2004

Keywords

Examples

			3371797 is in the sequence because 3371797 = 3*3!+3*3!+7*7!+1*1!+7*7!+9*9!+7*7!.
		

Crossrefs

Programs

  • Mathematica
    Do[If[n==Apply[Plus, IntegerDigits[n]*IntegerDigits[n]! ], Print[n]], {n, 26000000}]
Showing 1-2 of 2 results.