Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A039752
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A039752 Ruth-Aaron numbers (2): sum of prime divisors of n = sum of prime divisors of n+1 (both taken with multiplicity). +0
11
5, 8, 15, 77, 125, 714, 948, 1330, 1520, 1862, 2491, 3248, 4185, 4191, 5405, 5560, 5959, 6867, 8280, 8463, 10647, 12351, 14587, 16932, 17080, 18490, 20450, 24895, 26642, 26649, 28448, 28809, 33019, 37828, 37881, 41261, 42624, 43215 (list; graph; listen)
OFFSET

1,1

COMMENT

So called because 714 is Babe Ruth's lifetime home run record, Hank Aaron's 715th home run broke this record and 714 and 715 have the same sum of prime divisors.

REFERENCES

John L. Drost, Ruth/Aaron Pairs, J. Recreational Math. 28 (No. 2), 120-122.

S. G. Krantz, Mathematical Apocrypha, MAA, 2002, see p. 26.

C. Nelson, D. E. Penney and C. Pomerance, "714 and 715", J. Recreational Math. 7 (No. 2) 1974, 87-89.

Science, vol. 275, p. 759, 1997.

LINKS

P. Weisenhorn, Table of n, a(n) for n=1,..,215

Ivars Petersen, Math. Trek

T. Trotter,Jr., Ruth-Aaron Numbers

T. Trotter,Jr., More information

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

MAPLE

Contribution from Weisenhorn Paul (paulweisenhorn(AT)online.de), Jul 02 2009: (Start)

anzahl:=0: n:=4: nr:=0: g:=nops(ifactors(n)[2]):

s[nr]:=sum(ifactors(n)[2, u][1]*ifactors(n)[2, u][2], u=1..g):

for j from n+1 to 1000000 do nr:=(nr+1) mod 2: g:=nops(ifactors(j)[2]):

s[nr]:=sum(ifactors(j)[2, u][1]*ifactors(j)[2, u][2], u=1..g):

if (s[0]=s[1]) then anzahl):=anzahl+1: print(anzahl, j-1, j, s[0]): end if:

end do:

(End)

MATHEMATICA

(Mma program from Harvey P. Dale, Apr 27 2009) ppf[n_] := Plus @@ ((#[[1]] #[[2]]) & /@ FactorInteger[n])

Transpose[Select[Partition[Range[50000], 2, 1], ppf[ #[[1]]]==ppf[ #[[2]]]&]] [[1]]

CROSSREFS

Cf. A006145, A006146, A039753, A054378.

Sequence in context: A091574 A063731 A129316 this_sequence A141536 A065905 A126695

Adjacent sequences: A039749 A039750 A039751 this_sequence A039753 A039754 A039755

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research