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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141781 Terms of A120292(n) that are greater than 1 and are not prime; or A120292( A141779(n) ). 3
3599, 118477, 210589, 971573, 1164103, 1901959, 2446681, 3230069, 2603767, 9114493, 9772927, 1497767, 6558967, 4323827, 32405449, 33992009, 11453957, 34417541, 35938783, 36569077, 40473001, 42110911, 47901839, 55183769 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Corresponding numbers n such that A120292(n)>1 and is not prime are listed in A141779(n) = {58, 282, 367, 743, 808, 1015, 1141, 1299, 1962, 2109, 2179, 2397, 2501, ...}.

Note that all listed terms of a(n) are semiprime, for example: a(1) = 3599 = 59*61, a(2) = 118477 = 257*461, a(3) = 210589 = 251*839, a(4) = 971573 = 643*1511.

Conjecture: All terms of a(n) are semiprime.

FORMULA

a(n) = A120292( A141779(n) ).

MATHEMATICA

Do[f=Numerator[Abs[(1 - Sum[Prime[k] + 1, {k, 1, n}])/Product[Prime[k] + 1, {k, 1, n}] ]]; If[ !PrimeQ[f]&&!(f==1), Print[{n, f, FactorInteger[f]}]], {n, 1, 8212}]

CROSSREFS

Cf. A120292 = Absolute value of numerator of determinant of n X n matrix with elements M[i, j] = Prime[i]/(1+Prime[i]) if i=j and 1 otherwise. Cf. A125716 = Numbers n such that A120292(n) = 1. Cf. A141780 = Numbers n such that A120292(n) is prime. Cf. A141779 = Numbers n such that A120292(n)>1 and is not prime.

Sequence in context: A186214 A188100 A157857 * A175752 A179746 A096472

Adjacent sequences:  A141778 A141779 A141780 * A141782 A141783 A141784

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jul 04 2008

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 05:45 EST 2012. Contains 205694 sequences.