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!)
A334375 a(n) equals the n-th Moran number (A001101) divided by its sum of digits. 3
2, 7, 3, 7, 5, 7, 7, 37, 19, 13, 19, 19, 17, 13, 19, 19, 13, 11, 67, 23, 19, 37, 19, 19, 29, 19, 19, 37, 37, 31, 19, 67, 37, 47, 37, 31, 37, 73, 43, 37, 59, 37, 31, 37, 67, 37, 43, 37, 79, 73, 61, 41, 43, 37, 89, 73, 67, 47, 37, 61, 53, 37, 337, 127, 113, 109 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001101(n) / A007953(A001101(n)).
EXAMPLE
For n = 42:
- A001101(42) = 555,
- A007953(555) = 15,
- hence a(42) = 555/15 = 37.
PROG
(PARI) for (n=1, 1090, if (n%(s=sumdigits(n))==0 && isprime(n/s), print1 (n/s", ")))
CROSSREFS
Sequence in context: A083119 A246163 A198388 * A011304 A196392 A021789
KEYWORD
nonn,look,base
AUTHOR
Rémy Sigrist, Apr 25 2020
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 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)