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!)
A266120 Local maxima of A265894 just before its descents: a(n) = A265894(A265899(n) - 1). 3
1, 2, 6, 4, 7, 10, 11, 10, 25, 19, 38, 23, 39, 20, 29, 40, 51, 62, 70, 77, 79, 78, 73, 66, 57, 47, 118, 91, 68, 49, 106, 71, 147, 93, 57, 108, 62, 112, 61, 105, 174, 89, 141, 68, 104, 154, 224, 100, 139, 191, 80, 105, 136, 172, 215, 263, 98, 116, 135, 154, 174, 192, 210, 225, 238, 248, 254, 257, 256, 251, 244, 233, 219, 204, 187, 169, 151, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A265894(A265899(n) - 1).
PROG
(PARI)
A099563(n) = { my(i=2, dig=0); until(0==n, dig = n % i; n = (n - dig)/i; i++); return(dig); };
A265894 = n -> A099563((2*n)! / n!);
i=0; p=1; n=0; while(i < 2016, n++; k = A265894(n); if(k <= p, i++; write("b266120.txt", i, " ", p)); p = k; );
(Scheme) (define (A266120 n) (A265894 (- (A265899 n) 1)))
CROSSREFS
Sequence in context: A327458 A202347 A364897 * A296348 A088438 A259284
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 24 2015
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 15 16:38 EDT 2024. Contains 372548 sequences. (Running on oeis4.)