Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102084
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102084 a(0) = 0; for n>0, write 2n=p+q (p, q prime), p*q maximal; then a(n)=p*q (see A073046). +0
1
0, 4, 9, 15, 25, 35, 49, 55, 77, 91, 121, 143, 169, 187, 221, 247, 289, 323, 361, 391, 437, 403, 529, 551, 589, 667, 713, 703, 841, 899, 961, 943, 1073, 1147, 1189, 1271, 1369, 1363, 1517, 1591, 1681, 1763, 1849, 1927, 2021, 1891, 2209, 2279, 2257, 2491 (list; graph; listen)
OFFSET

2,2

COMMENT

For n>0, largest semiprime whose sum of prime factors = 2n.

EXAMPLE

n=13: 2n=26; 26=23+3=19+7=13+13; 13*13=maximal=>p*q=13*13=169

MATHEMATICA

f[n_] := Block[{pf = FactorInteger[n]}, If[Plus @@ Last /@ pf == 2, If[ Length[pf] == 2, Plus @@ First /@ pf, 2pf[[1, 1]]], 0]]; t = Table[0, {51}]; Do[a = f[n]; If[ EvenQ[a] && 0 < a < 104, t[[a/2]] = n], {n, 2540}]; t (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 14 2005)

CROSSREFS

Cf. A073046.

Sequence in context: A109641 A134675 A050530 this_sequence A030664 A070160 A056928

Adjacent sequences: A102081 A102082 A102083 this_sequence A102085 A102086 A102087

KEYWORD

nonn

AUTHOR

Michael Taktikos (michael.taktikos(AT)hanse.net), Feb 16 2005

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Aug 29 2008 at the suggestion of R. J. Mathar

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 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research