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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064147 Numbers n such that n!-1 and n!+1 have the same number of divisors, i.e. tau(n!-1) = tau(n!+1). 1
3, 8, 10, 13, 17, 20, 22, 24, 26, 34, 39, 53, 59, 61, 63, 69, 70, 76, 80, 87, 97, 99 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The list is complete to 102. 200 and 392 are also to be included.

LINKS

Paul Leyland, Generalized Cullen and Woodall numbers

Andrew Walker, N!+/-1 Factoring Page

PROG

(PARI) {A064147(n)=if(numdiv(n!-1)==numdiv(n!+1), n, 0)}

CROSSREFS

Cf. A000005.

Sequence in context: A080892 A177091 A074186 * A122529 A137920 A126581

Adjacent sequences:  A064144 A064145 A064146 * A064148 A064149 A064150

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Sep 11 2001

EXTENSIONS

More terms from Randall L. Rathbun, Jan 11 2002

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 14 15:39 EST 2012. Contains 205635 sequences.