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!)
A372934 Positions of records in A071961. 5
0, 1, 7, 9, 16, 25, 49, 81, 121, 169, 289, 361, 529, 841, 961, 1369, 1681, 1849, 2209, 2809, 3481, 3721, 4489, 5041, 5329, 6241, 6889, 7921, 9409, 10201, 10609, 11449, 11881, 12769, 14641, 16129, 17161, 18769, 19321, 22201, 22801, 24649, 26569, 27889, 29929, 32041, 32761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) a372934(upto) = {my (m=-oo); for (n=0, upto, my (s = sum(k=0, n, kronecker(n, k))); if (s>m, print1(n, ", "); m=s))};
a372934(33000)
CROSSREFS
A372933 are the corresponding records.
Sequence in context: A087680 A371303 A249333 * A020691 A366674 A145830
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, May 17 2024
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 July 29 15:58 EDT 2024. Contains 374734 sequences. (Running on oeis4.)