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!)
A202728 Records in A067513. 4
1, 2, 3, 5, 7, 8, 9, 11, 13, 14, 15, 16, 18, 19, 20, 22, 23, 27, 28, 31, 36, 39, 41, 43, 45, 47, 48, 50, 52, 54, 57, 60, 62, 67, 73, 74, 76, 79, 82, 83, 85, 86, 88, 89, 93, 98, 101, 102, 109, 111, 117, 120, 134, 136, 143, 151, 158, 160, 166, 167, 192, 202, 221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A067513(A202727(n)).
PROG
(PARI) r=0; for(n=1, 1e8, t=sumdiv(n, d, isprime(d+1)); if(t>r, r=t; print1(t", ")))
CROSSREFS
Sequence in context: A246438 A158791 A144717 * A244016 A186042 A039019
KEYWORD
nonn
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)