login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118593 Larger component of twin prime pairs whose sum is a square. 2
19, 73, 883, 1153, 2593, 3529, 4051, 15139, 20809, 34849, 46819, 69193, 83233, 103969, 112339, 149059, 176419, 180001, 206083, 281251, 362953, 388963, 438049, 472393, 478243, 538723, 649801, 734473, 808993, 960499, 1080451, 1143073 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Also A069496(n)+2.

LINKS

Author?, Title?

EXAMPLE

17 and 19 are twin primes whose sum is 36, a square, so 19 is the first term

in the table.

PROG

(PARI) g(n) = for(x=1, n, p1=prime(x); p2=prime(x+1); if(p2-p1==2&issquare(p1+p2), print1(p2", ")))

CROSSREFS

Cf. A069496 and A118593.

Sequence in context: A141960 A178541 A157889 * A047979 A159997 A073566

Adjacent sequences:  A118590 A118591 A118592 * A118594 A118595 A118596

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 08 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:30 EST 2012. Contains 205998 sequences.