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!)
A216149 Numbers k such that Sum_{j=1..k-1} (3*j)!/5^j is an integer. 0
1, 3, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The next term, if it exists, is greater than 1000000. - Vaclav Kotesovec, Sep 11 2012
LINKS
MATHEMATICA
seq={}; sum=0; fak=1; k=0; While[k<10000, sum+=fak; If[Denominator[sum]==1, AppendTo[seq, k+1]]; k++; fak*=3*k*(3*k-1)*(3*k-2)/5; ]; seq
Select[Range[20], IntegerQ[Sum[(3k)!/5^k, {k, #-1}]]&] (* Harvey P. Dale, Apr 07 2019 *)
CROSSREFS
Sequence in context: A134807 A364799 A004002 * A194604 A078355 A107823
KEYWORD
nonn,more,bref
AUTHOR
Vaclav Kotesovec, Sep 02 2012
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)