login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113621 Numbers k such that the representation of k^2 is a substring of that of k!, in base 10. 0
1, 20, 29, 170, 176, 241, 3136, 9800, 20309, 20486, 53663, 73793, 94836, 200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Using one of the fast algorithms for computing the last nonzero digit of the factorial (A008904) it is easy to see that also 200000000 and 2*10^16 are terms.
LINKS
EXAMPLE
29^2 = 841 and 29! = 8(841)761993739701954543616000000.
MATHEMATICA
lst={}; Do[If[{}!= StringPosition[ToString[n! ], ToString[n^2]], AppendTo[lst, n]], {n, 10000}]; lst
CROSSREFS
Sequence in context: A039286 A043889 A303080 * A166676 A125561 A171908
KEYWORD
base,nonn,more
AUTHOR
Giovanni Resta, Jan 26 2006
EXTENSIONS
Extended by Giovanni Resta, Apr 04 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)