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!)
A087486 Numbers n such that digital sum of n divides digital sum of n-th prime, p(n). 0
1, 10, 11, 20, 22, 32, 52, 56, 88, 100, 101, 104, 125, 160, 175, 176, 182, 200, 212, 218, 223, 227, 248, 262, 263, 293, 295, 323, 331, 338, 341, 362, 377, 386, 394, 397, 398, 409, 410, 439, 442, 446, 457, 481, 499, 508, 521, 526, 533, 563, 571, 595, 599, 611 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
52 is in the sequence because prime(52)=239 and 5+2=7 divides 2+3+9=14.
PROG
(PARI) sod(n) = {digs = digits(n, 10); return (sum(j=1, #digs, digs[j])); }
isok(n) = (sod(prime(n)) % sod(n) == 0) \\ Michel Marcus, Jul 27 2013
CROSSREFS
Sequence in context: A109827 A109839 A280149 * A284375 A102626 A306960
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Oct 23 2003
EXTENSIONS
More terms from Ray Chandler, Oct 25 2003
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 13 18:22 EDT 2024. Contains 372522 sequences. (Running on oeis4.)