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!)
A364680 Smallest initial number k of n consecutive numbers satisfying sigma(k) > sigma(k+1) > ... > sigma(k+n-1). 2
1, 4, 44, 44, 20021154, 20021154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) b(n) = my(k=n); while(sigma(k)>sigma(k+1), k++); k-n+1;
a(n) = my(k=1); while(b(k)<n, k++); k;
CROSSREFS
Sequence in context: A284192 A278798 A102388 * A284065 A063837 A344871
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Aug 02 2023
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 September 14 20:23 EDT 2024. Contains 375929 sequences. (Running on oeis4.)