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!)
A226495 The number of primes of the form i^2+j^4 (A028916) <= 10^n, counted with multiplicity. 3
2, 8, 34, 134, 615, 2813, 13415, 65162, 323858, 1626844, 8268241, 42417710 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Iwaniec and Friedlander have proved there is infinity of the primes of the form i^2+j^4.
Primes with more than one representation are counted multiple times.
If we do not count repetitions, the sequence is A226497: 2, 6, 28, 121, 583, 2724, 13175, 64551, ..., .
LINKS
EXAMPLE
2 = 1^2+1^4, 5 = 2^2+1^4, 17 = 4^2+1^4 = 1^2+2^4, …, 97 = 9^2+2^4 = 4^2+3^4, etc.
MATHEMATICA
mx = 10^12; 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[lst, # < 10^n &], {n, 12}]
CROSSREFS
Sequence in context: A268601 A026577 A204090 * A111643 A000163 A117616
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 24 08:47 EDT 2024. Contains 371928 sequences. (Running on oeis4.)