![]() |
|
|
#23 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Quote:
the first (PR)prime value for n>=1011 is p(100000135540) and has 352269 decimal digits. |
|
|
|
|
|
|
#24 |
|
Sep 2002
Database er0rr
373910 Posts |
|
|
|
|
|
|
#25 |
|
Feb 2018
25·3 Posts |
Some time ago, i find:
E(n,L)=SUM(i=1..i=L, E(n-L,i) ) Number of partitions of n with L numbers. G(n,L) = G(n-L,L-1) + G(n-L,L). Number of partitions of n with L different numbers. Start values E y G : N E(N,L) 1 1 ,2 1,1 ,3 1,1,1 ,4 1,2,1,1 N G(N,L) 1 1,2 1 ,3 1,1 ,4 1,1 ,5 1,2 ,6 1,2,1 7 1,3,1 ,8 1,3,2 Then: p(N) = SUM(L=1 .. L=N, E(N,L) ). p(n) = E(2n,n) p(N) = G(N + (1+2+...+N), N) = G( (1+2+...+N), N-1)+1 q(N) = SUM G(N,*). p(100) =4*43*59*89*211. q(180) =141231780. Happy to share it here. JM M |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A useful function. | JM Montolio A | Miscellaneous Math | 28 | 2018-03-08 14:29 |
| phi function | rula | Homework Help | 3 | 2017-01-18 01:41 |
| Have a look at the partition numbers | fivemack | Factoring | 57 | 2007-12-28 10:37 |
| Partition number congruences | fivemack | Math | 0 | 2007-05-18 19:39 |
| Linux/SUSE noob trouble - Resize partition | OmbooHankvald | Linux | 19 | 2005-11-18 10:39 |