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!)
A216043 Numbers k such that Sum_{j=1..k-1} (2j)!/3^j is an integer. 5
1, 4, 12, 105, 112, 322, 8807, 8831 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term > 2000000.
LINKS
MATHEMATICA
seq={}; sum=0; fak=1; k=0; While[k<10000, sum+=fak; If[Denominator[sum]==1, AppendTo[seq, k+1]]; k++; fak*=2*k*(2k-1)/3; ]; seq
CROSSREFS
Sequence in context: A012278 A070040 A079822 * A245647 A080448 A155174
KEYWORD
nonn,more
AUTHOR
Vaclav Kotesovec, Aug 30 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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)