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!)
A226497 The number of primes of the form i^2+j^4 (A028916) <= 10^n. 3
2, 6, 28, 121, 583, 2724, 13175, 64551, 322110, 1621929, 8254127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Even if a prime has more than one representation in the form i^2+j^4, it is only counted once.
Iwaniec and Friedlander have proved there is infinity of the primes of the form i^2+j^4.
LINKS
MATHEMATICA
mx = 2^40; lst = {}; Do[a = i^2 + j^4; If[ PrimeQ[a], AppendTo[lst, a]], {i, Sqrt[mx]}, {j, Sqrt[Sqrt[mx - i^2]]}]; Table[ Length@ Select[ Union@ lst, # < 10^n &], {n, 12}]
CROSSREFS
Sequence in context: A089748 A047125 A189238 * A307523 A065577 A227294
KEYWORD
nonn
AUTHOR
Marek Wolf) and Robert G. Wilson v, Jun 09 2013
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 April 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)