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!)
A240619 Positions of records in A240606. 18
1, 3, 5, 10, 24, 27, 169, 408, 18757, 134418, 295680, 427684, 737564, 245340483, 1325085081, 8036409193, 152157373453, 191309317101, 2462443815565, 3205600889069, 9743167666007, 20076829452830 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding records are 0,2,3,4,5,6,7,12,16,...
LINKS
MATHEMATICA
A240606[n_] := Count[First[Split[Mod[Last[Transpose[FactorInteger[(2*n)!]]], 2]]], 0]; (* From Peter J. C. Moses *)
k = -1; A240619 = {};
For[i = 1, i <= 2000, i++,
If[A240606[i] > k, k = A240606[i]; AppendTo[A240619, i]]]; A240619 (* Robert Price, Mar 26 2020 *)
CROSSREFS
Sequence in context: A173232 A132332 A209001 * A171867 A243513 A002039
KEYWORD
nonn,more
AUTHOR
Vladimir Shevelev, Apr 09 2014
EXTENSIONS
a(10)-a(16) from Hiroaki Yamanouchi, Sep 30 2014
a(17)-a(22) from Giovanni Resta, Apr 07 2020
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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)