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!)
A143793 Averages of twin primes of the form : i^2+j^2, as sum of two squares. 0
180, 522, 810, 1620, 1872, 2088, 2340, 3258, 3330, 4050, 4338, 4932, 5652, 5850, 6570, 6660, 6948, 7488, 8010, 8388, 8820, 9000, 10530, 10890, 11700, 12240, 14562, 15138, 16362, 16452, 16650, 17658, 17748, 19080, 19890, 19962, 20232, 20772 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
180=6^2+12^2, 179 and 181 twin primes, 522=9^2+21^2, 521 and 523 twin primes.
MATHEMATICA
lst={}; For[i=1, i<=256, For[j=i+1, j<=i+256, c=i^2+j^2; If[PrimeQ[c-1]&&PrimeQ[c+1], AppendTo[lst, c]]; j++ ]; i++ ]; Take[Union[lst], 80]
CROSSREFS
Sequence in context: A307112 A211552 A004532 * A205818 A259312 A032774
KEYWORD
nonn
AUTHOR
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)