Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128510
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128510 Composites c such that c*A001414(c) is adjacent to a prime. +0
1
4, 6, 8, 9, 10, 12, 14, 16, 20, 21, 25, 26, 28, 33, 34, 35, 36, 38, 40, 42, 44, 46, 50, 51, 52, 54, 55, 56, 60, 64, 65, 68, 72, 74, 76, 80, 81, 82, 85, 90, 93, 95, 96, 98, 100, 102, 110, 111, 115, 119, 121, 122, 123, 124, 126, 132, 133, 135, 138, 140, 143, 144, 145, 146, 148, 150 (list; graph; listen)
OFFSET

1,1

COMMENT

The composites c of A002808 are multiplied by the sum of their prime factors (with multiplicity),

and are placed into the sequence of that product is in A045718.

EXAMPLE

c = 52= A002808(74) has prime factor sum A001414(52) = 17, and 52*17 = 883+1 is one away from the prime 883, which adds 52 to the sequence.

MAPLE

A001414 := proc(n) local fcts, d ; fcts := ifactors(n)[2] ; add(op(1, d)*op(2, d), d=fcts) ; end proc:

isA045718 := proc(n) isprime(n+1) or isprime(n-1) ; end proc:

isA128510 := proc(n) local c; if not isprime(n) then c := n*A001414(n) ; isA045718(c) ; else false; end if ; end proc:

for n from 4 to 500 do if isA128510(n) then printf("%d, ", n) ; end if; end do: # R. J. Mathar, Nov 02 2009

CROSSREFS

Cf. A066073.

Sequence in context: A090419 A070810 A129930 this_sequence A109289 A066071 A067013

Adjacent sequences: A128507 A128508 A128509 this_sequence A128511 A128512 A128513

KEYWORD

nonn,easy,new

AUTHOR

J. M. Bergot (thekingfishb(AT)yahoo.ca), May 07 2007

EXTENSIONS

8 inserted and sequence extended - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 02 2009

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research