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!)
A277852 "Late birds" (values a(n) < a(k) for all k > n) in A075771 = quotient + remainder of Euclidean division of n^2 by prime(n). 4
1, 2, 4, 5, 9, 15, 16, 24, 59, 61, 81, 100, 124, 129, 152, 169, 196, 249, 305, 400, 425, 475, 520, 556, 565, 676, 771, 795, 904, 939 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The lower bound A075771(n) >= n^2/prime(n) ensures that a given number can't occur beyond a certain index in that sequence.
See A277853 for the corresponding indices m.
LINKS
FORMULA
a(n) = A075771(A277853(n)), i.e., equals A075771 o A277853.
PROG
(PARI) A277852(N, L=N^2/prime(N), A=A075771, S=List())={forstep(n=N, 1, -1, A(n)<L&&listput(S, L=A(n))); Set(S)}
CROSSREFS
Sequence in context: A234273 A120939 A213290 * A277854 A120770 A266990
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Nov 25 2016
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 16 11:08 EDT 2024. Contains 371711 sequences. (Running on oeis4.)