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!)
A226496 The number of primes of the form i^2 + j^4 (A028916) <= 2^n, counted with multiplicity. 3
1, 1, 2, 2, 4, 6, 9, 13, 21, 34, 50, 77, 121, 191, 292, 458, 727, 1164, 1840, 2904, 4650, 7429, 11869, 19087, 30760, 49474, 79971, 129226, 209823, 340347, 552722, 898655, 1461698, 2381041, 3883079, 6338935, 10357549, 16935173, 27712338, 45381521, 51559329 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Iwaniec and Friedlander have proved there is infinity of the primes of the form i^2 + j^4.
Counted with double representations. If we do not count doubles, the sequence is A226498.
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 = 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[lst, # <2^n &], {n, 40}]
CROSSREFS
Sequence in context: A209603 A192684 A274147 * A047084 A058518 A018139
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 23 08:19 EDT 2024. Contains 371905 sequences. (Running on oeis4.)