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!)
A322678 Records in A072627. 4
0, 1, 2, 4, 6, 7, 8, 9, 10, 12, 14, 18, 21, 22, 24, 26, 29, 31, 35, 38, 39, 41, 46, 51, 52, 56, 61, 62, 70, 82, 91, 97, 101, 104, 112, 118, 122, 127, 138, 143, 159, 163, 170, 175, 188, 196, 199, 201, 211, 221, 226, 235, 236, 249, 258, 276, 289, 295, 298, 303 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A072627(A322676(n)).
PROG
(PARI) r=-1; for(n=1, 10^6, t=sumdiv(n, d, isprime(d-1)); if(t>r, r=t; print1(t, ", ")));
CROSSREFS
Sequence in context: A260399 A229785 A101616 * A285137 A047295 A039045
KEYWORD
nonn
AUTHOR
Daniel Suteu, Dec 23 2018
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 18 20:18 EDT 2024. Contains 371781 sequences. (Running on oeis4.)