login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A039832 Numbers n such that n and n+1 both have 4 divisors. 5
14, 21, 26, 33, 34, 38, 57, 85, 86, 93, 94, 118, 122, 133, 141, 142, 145, 158, 177, 201, 202, 205, 213, 214, 217, 218, 253, 298, 301, 302, 326, 334, 381, 393, 394, 445, 446, 453, 481, 501, 514, 526, 537, 542, 553, 565, 622, 633, 634, 694, 697, 698, 706, 717, 745, 766, 778, 793, 802, 817 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

D. Wells, Curious and interesting numbers, Penguin Books.

EXAMPLE

14 and 15 both have 4 as number of divisors and are consecutive.

PROG

(PARI) isA039832(n) = (numdiv(n)==4) && (numdiv(n+1)==4) [From Michael B. Porter (michael_b_porter(AT)yahoo.com), Feb 03 2010]

CROSSREFS

Cf. A038456, A039833.

Sequence in context: A025339 A096017 A006614 * A108633 A110478 A125967

Adjacent sequences:  A039829 A039830 A039831 * A039833 A039834 A039835

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Felice Russo (frusso(AT)micron.com), Olivier Gerard (olivier.gerard(AT)gmail.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:03 EST 2012. Contains 205852 sequences.