Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121058
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121058 Positive integers x such that x+d+1 is composite for all divisors d of x. +0
1
7, 13, 19, 22, 31, 37, 42, 43, 46, 47, 49, 61, 62, 67, 73, 79, 82, 91, 97, 103, 109, 118, 121, 122, 126, 127, 133, 139, 142, 151, 157, 163, 166, 167, 169, 172, 181, 193, 199, 202, 206, 211, 212, 213, 214, 217, 218, 223, 229, 241, 242, 246, 247, 250, 256, 257 (list; graph; listen)
OFFSET

1,1

LINKS

D Numbers.

FORMULA

a(n)=nth number x such that x+d+1 is composite for all divisors d of x.

EXAMPLE

a(9)=46=2*23 since 46+1+1=48=16*3, 46+2+1=49=7*7, 46+23+1=70=2*5*7, 46+46+1=93=3*31.

MAPLE

with(numtheory): cnt:=0: L:=[]: for w to 1 do for n from 1 while cnt<100 do dn:=divisors(n); Q:=map(z-> n+z+1, dn); if andmap(z-> not isprime(z), Q) then cnt:=cnt+1; L:=[op(L), [cnt, n]]; fi; od od; L;

CROSSREFS

Cf. A120806.

Sequence in context: A024606 A074628 A031194 this_sequence A007921 A092409 A124095

Adjacent sequences: A121055 A121056 A121057 this_sequence A121059 A121060 A121061

KEYWORD

nonn

AUTHOR

Walter Kehowski (wkehowski(AT)cox.net), Aug 09 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 September 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research