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!)
A331000 Unitary Ruth-Aaron numbers: numbers k such that A008475(k) = A008475(k+1). 3
5, 77, 714, 948, 2491, 2996, 3450, 4293, 5405, 6669, 9125, 10807, 13869, 14587, 16932, 17346, 19511, 19967, 23323, 26642, 27104, 31931, 33019, 37925, 41124, 43616, 48635, 52554, 55499, 58077, 58695, 79248, 80837, 86088, 89979, 95709, 98644, 99163, 108458, 117467 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A variation of Ruth-Aaron numbers with unitary prime-power divisors instead of prime divisors.
LINKS
EXAMPLE
5 is a term since A008475(5) = A008475(6) = 5.
MATHEMATICA
s[1] = 0; s[n_] := Plus @@ (Power @@@ FactorInteger[n]); seq = {}; s1 = 0; Do[s2 = s[n]; If[s1 == s2, AppendTo[seq, n - 1]]; s1 = s2, {n, 2, 10^5}]; seq
CROSSREFS
Sequence in context: A364713 A214867 A330999 * A039753 A277533 A186662
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jan 05 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 20 18:46 EDT 2024. Contains 372720 sequences. (Running on oeis4.)