The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242014 Where record values occur in A005210. 3
1, 4, 5, 8, 13, 27, 30, 59, 79, 101, 107, 115, 132, 153, 182, 206, 241, 260, 332, 344, 370, 437, 493, 521, 541, 587, 602, 660, 710, 812, 829, 838, 868, 979, 1040, 1079, 1114, 1240, 1294, 1367, 1634, 1713, 1727, 1779, 1886, 1929, 1940, 1984, 2060, 2246, 2373 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A005210(a(n)) = A005211(n).
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..1000 (first 250 terms from Reinhard Zumkeller)
MATHEMATICA
(* b = A005210 *) b[1] = b[2] = 1; b[n_] := b[n] = Abs[b[n-1] + 2 b[n-2] - n]; Reap[rec = 0; Do[bn = b[n]; If[bn > rec, rec = bn; Sow[n]], {n, 1, 3000}]][[2, 1]] (* Jean-François Alcover, Mar 12 2019 *)
PROG
(Haskell)
a242014 n = a242014_list !! (n-1)
-- For definition of a242014_list see A005211.
CROSSREFS
Sequence in context: A348484 A087475 A019526 * A145488 A050892 A347880
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 11 2014
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 May 14 00:47 EDT 2024. Contains 372528 sequences. (Running on oeis4.)