The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088848 Number of prime factors, without multiplicity, of numbers that can be expressed as the sum of two distinct 4th powers in exactly two distinct ways. 2
4, 4, 4, 4, 3, 4, 4, 4, 6, 4, 5, 6, 4, 4, 7, 4, 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, 6, 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, 5, 6, 5, 7, 4, 5, 6, 4, 6, 4, 6, 4, 5, 5, 9, 5, 5, 6, 6, 5, 3, 4, 5, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Omega(n) for n = a^4+b^4 = c^4+d^4 for distinct a, b, c, d. n=635318657, 3262811042, .., 960213785093149760746642, 962608047985759418078417
EXAMPLE
3262811042 = 2*113*2953*4889. Thus 4 is the first entry.
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. omegax4py42(n) = { for (i = 1, n, x = eval( Str("%", i) ); y=omega(x); print(y", ") ) }
CROSSREFS
Cf. A003824.
Sequence in context: A046587 A147563 A136213 * A088849 A251539 A123932
KEYWORD
fini,nonn
AUTHOR
Cino Hilliard, Nov 24 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 18 02:00 EDT 2024. Contains 372614 sequences. (Running on oeis4.)