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!)
A083419 Positions of records in A066888. 1
0, 1, 8, 16, 27, 29, 35, 40, 50, 64, 91, 99, 107, 153, 157, 160, 171, 174, 196, 214, 235, 290, 320, 329, 333, 393, 444, 451, 480, 525, 545, 560, 564, 593, 662, 667, 708, 713, 730, 761, 791, 805, 865, 926, 1015, 1016, 1035, 1123, 1148, 1165, 1186, 1264, 1366 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
m = 1500; v = PrimePi[#[[2]]] - PrimePi[#[[1]]] & /@ Partition[Accumulate[Range[0, m + 1]], 2, 1]; seq = {}; vm = -1; Do[If[v[[k + 1]] > vm, vm = v[[k + 1]]; AppendTo[seq, k]], {k, 0, m}]; seq (* Amiram Eldar, Dec 14 2019 after Harvey P. Dale at A066888 *)
CROSSREFS
Cf. A066888.
Sequence in context: A074750 A190519 A341611 * A329134 A090081 A059172
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jun 08 2003
EXTENSIONS
Data corrected by Amiram Eldar, Dec 14 2019
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 08:36 EDT 2024. Contains 371782 sequences. (Running on oeis4.)