Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A115166
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A115166 Even numbers n such that n-2 and n+2 have the same number of distinct prime divisors. +0
1
6, 8, 12, 16, 20, 22, 24, 26, 36, 38, 42, 46, 48, 50, 52, 54, 56, 60, 68, 70, 74, 78, 84, 90, 94, 96, 98, 102, 106, 110, 112, 114, 120, 128, 144, 146, 150, 152, 160, 162, 164, 172, 174, 184, 186, 188, 190, 194, 198, 204, 210, 214, 216, 232, 234, 236, 246, 252, 262 (list; graph; listen)
OFFSET

4,1

EXAMPLE

38 is in the sequence because 36=2^2*3^2 and 40=2^3*5.

MAPLE

with(numtheory): a:=proc(n) if nops(factorset(n-2))=nops(factorset(n+2)) then n else fi end: seq(a(2*n), n=2..133); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 12 2006

PROGRAM

(PARI) g(n) = forstep(x=4, n, 2, p1=omega(x-2); p2=omega(x+2); if(p1==p2, print(x", ")))

CROSSREFS

Adjacent sequences: A115163 A115164 A115165 this_sequence A115167 A115168 A115169

Sequence in context: A096175 A027827 A059611 this_sequence A050992 A090259 A089241

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Mar 03 2006

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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research