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!)
A259028 a(n) = least number m such that digital root of m is n*(digital root of m-th prime). 0
25, 29, 12, 26, 131, 42, 106, 8, 63 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding pairs of m and prime(m): {25,97}, {29,109}, {12,37}, {26, 101}, {131,739}, {42,181}, {106,577}, {8,19}, {63,307}.
LINKS
MATHEMATICA
Table[m = 1; While[FixedPoint[Total@ IntegerDigits[#] &, m] != n FixedPoint[Total@ IntegerDigits[#] &, Prime@ m], m++]; m, {n, 9}] (* Michael De Vlieger, Jun 19 2015 *)
CROSSREFS
Sequence in context: A127652 A303812 A334534 * A358425 A317392 A234640
KEYWORD
nonn,base,fini,full
AUTHOR
Zak Seidov, Jun 17 2015
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)