[go: up one dir, main page]

login
Revision History for A088849 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of prime factors, with multiplicity, of numbers that can be expressed as the sum of two distinct 4th powers in exactly two distinct ways.
(history; published version)
#8 by N. J. A. Sloane at Tue Oct 01 17:57:45 EDT 2013
AUTHOR

_Cino Hilliard (hillcino368(AT)gmail.com), _, Nov 24 2003

Discussion
Tue Oct 01
17:57
OEIS Server: https://oeis.org/edit/global/1955
#7 by Bruno Berselli at Wed Jan 09 02:49:54 EST 2013
STATUS

proposed

approved

#6 by Michel Marcus at Wed Jan 09 02:11:40 EST 2013
STATUS

editing

proposed

#5 by Michel Marcus at Wed Jan 09 01:56:04 EST 2013
EXAMPLE

680914892583617 = 17*17*89*61657*429361 = 5 factors. 5 is the 16th entry in the sequence.

sequence.

STATUS

approved

editing

#4 by N. J. A. Sloane at Wed Dec 06 03:00:00 EST 2006
KEYWORD

fini,nonn,new

AUTHOR

Cino Hilliard (hillcino368(AT)hotmailgmail.com), Nov 24 2003

#3 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
FORMULA

Bigomega(n) for n = a^4+b^4 = c^4+d^4 for distinct a, b, c, d. n=635318657, 3262811042, .., 680914892583617, .., 962608047985759418078417

KEYWORD

fini,nonn,new

#2 by N. J. A. Sloane at Wed Sep 22 03:00:00 EDT 2004
NAME

Number of prime factors, with miltiplicity, multiplicity, of numbers that can be expressed as the sum of two distinct 4th powers in exactly two distinct ways.

LINKS

D. J. Bernstein, List of 516 primitive solutions p^4 + q^4 = r^4 + s^4 = a(n)<a href="http://cr.yp.to/sortedsums/two4.1000000">List of 516 primitive solutions p^4 + q^4 = r^4 + s^4</a>;

Cino Hilliard, p,q,r,s and evaluation of the Bernstein data .<a href="http://www.msnusers.com/BC2LCC/Documents/x4%2By4%2Fx4py4data.txt">p,q,r,s and evaluation of the Bernstein data</a>;

Cino Hilliard, Evaluation of the Bernstein data only.<a href="http://www.msnusers.com/BC2LCC/Documents/x4%2By4%2Fx4data.txt">Evaluation of the Bernstein data only</a>;

KEYWORD

fini,nonn,new

#1 by N. J. A. Sloane at Thu Feb 19 03:00:00 EST 2004
NAME

Number of prime factors, with miltiplicity, of numbers that can be expressed as the sum of two distinct 4th powers in exactly two distinct ways.

DATA

4, 4, 4, 4, 3, 4, 4, 4, 6, 4, 5, 6, 4, 4, 7, 5, 7, 4, 3, 5, 6, 5, 6, 5, 6, 4, 5, 5, 6, 5, 4, 5, 4, 4, 6, 6, 6, 6, 6, 6, 5, 5, 6, 5, 6, 6, 7, 5, 7, 5, 6, 4, 5, 6, 6, 6, 5, 6, 5, 6, 4, 6, 4, 7, 6, 7, 5, 4, 5, 4, 5, 4, 6, 6, 5, 6, 6, 6, 5, 7, 4, 5, 6, 4, 6, 5, 6, 4, 5, 8, 9, 5, 5, 6, 6, 5, 3, 5, 8, 5, 7, 5, 7, 6, 4

OFFSET

1,1

LINKS

D. J. Bernstein, List of 516 primitive solutions p^4 + q^4 = r^4 + s^4 = a(n)<a href="http://cr.yp.to/sortedsums/two4.1000000"></a>;

Cino Hilliard, p,q,r,s and evaluation of the Bernstein data .<a href="http://www.msnusers.com/BC2LCC/Documents/x4%2By4%2Fx4py4data.txt"></a>;

Cino Hilliard, Evaluation of the Bernstein data only.<a href="http://www.msnusers.com/BC2LCC/Documents/x4%2By4%2Fx4data.txt"></a>;

FORMULA

Bigomega(n) for n = a^4+b^4 = c^4+d^4 for distinct a,b,c,d. n=635318657,3262811042,..,680914892583617,..,962608047985759418078417

EXAMPLE

The 16th entry in the Bernstein Evaluation =

680914892583617 = 17*17*89*61657*429361 = 5 factors. 5 is the 16th entry in the

sequence.

PROG

(PARI) \ begin a new session and (back slash)r x4data.txt (evaluated Bernstein data) \ to the gp session. This will allow using %1 as the initial value. bigomegax4py42(n) = { for (i = 1, n, x = eval( Str("%", i) ); y=bigomega(x); print(y", ") ) }

CROSSREFS

Cf. A003824.

KEYWORD

fini,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Nov 24 2003

STATUS

approved