[go: up one dir, main page]

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!)
Revision History for A240619 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A240619 Positions of records in A240606.
(history; published version)
#20 by Alois P. Heinz at Wed Apr 08 08:04:24 EDT 2020
STATUS

reviewed

approved

#19 by Joerg Arndt at Wed Apr 08 07:27:43 EDT 2020
STATUS

proposed

reviewed

#18 by Michel Marcus at Wed Apr 08 04:43:23 EDT 2020
STATUS

editing

proposed

#17 by Michel Marcus at Wed Apr 08 04:43:19 EDT 2020
MATHEMATICA

A240606[n_] := Count[First[Split[Mod[Last[Transpose[FactorInteger[(2*n)!]]], 2]]], 0]; (* From _Peter J.. C.. Moses *)_ *)

STATUS

proposed

editing

#16 by Giovanni Resta at Wed Apr 08 04:19:12 EDT 2020
STATUS

editing

proposed

#15 by Giovanni Resta at Tue Apr 07 09:25:47 EDT 2020
DATA

1, 3, 5, 10, 24, 27, 169, 408, 18757, 134418, 295680, 427684, 737564, 245340483, 1325085081, 8036409193, 152157373453, 191309317101, 2462443815565, 3205600889069, 9743167666007, 20076829452830

EXTENSIONS

a(17)-a(22) from Giovanni Resta, Apr 07 2020

STATUS

approved

editing

#14 by Susanna Cuyler at Thu Mar 26 21:17:08 EDT 2020
STATUS

proposed

approved

#13 by Robert Price at Thu Mar 26 12:37:48 EDT 2020
STATUS

editing

proposed

#12 by Robert Price at Thu Mar 26 12:37:20 EDT 2020
MATHEMATICA

A240606[n_] := Count[First[Split[Mod[Last[Transpose[FactorInteger[(2*n)!]]], 2]]], ]]], 0]; (* From Peter J.C.Moses *)

0]; (* From Peter J.C.Moses *)

#11 by Robert Price at Thu Mar 26 12:36:53 EDT 2020
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 *)

STATUS

approved

editing

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 August 30 09:28 EDT 2024. Contains 375532 sequences. (Running on oeis4.)