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!)
A334376 a(n) is the sum of digits of the n-th Moran number (A001101). 0
9, 3, 9, 6, 9, 9, 12, 3, 6, 9, 7, 8, 9, 12, 9, 10, 15, 18, 3, 9, 11, 6, 12, 13, 9, 14, 15, 9, 10, 12, 21, 6, 11, 9, 12, 15, 13, 7, 12, 14, 9, 15, 18, 16, 9, 17, 15, 18, 9, 10, 12, 18, 18, 21, 9, 11, 12, 18, 24, 15, 18, 27, 3, 8, 9, 10, 15, 18, 3, 7, 9, 12, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A007953(A001101(n)).
EXAMPLE
For n = 42:
- A001101(42) = 555,
- A007953(555) = 15,
- hence a(42) = 15.
PROG
(PARI) for (n=1, 1168, if (n%(s=sumdigits(n))==0 && isprime(n/s), print1 (s", ")))
CROSSREFS
Sequence in context: A276558 A196829 A019879 * A361062 A003565 A238105
KEYWORD
nonn,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 July 13 22:24 EDT 2024. Contains 374288 sequences. (Running on oeis4.)