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!)
A108604 Squares of the form prime(k)*prime(k+1) + 2*prime(k+1). 6
25, 49, 169, 361, 961, 1849, 3721, 5329, 10609, 11881, 19321, 22801, 32761, 37249, 39601, 52441, 58081, 73441, 80089, 97969, 121801, 177241, 187489, 214369, 273529, 326041, 361201, 383161, 413449, 436921, 657721, 677329, 687241, 737881, 779689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Squares of greater of twin primes.
LINKS
FORMULA
a(n) = A006512(n)^2.
MAPLE
ZL:=[]:for p from 1 to 950 do if (isprime(p) and isprime(p+2)) then ZL:=[op(ZL), ((p+2)^2)]; fi; od; print(ZL); # Zerinvary Lajos, Mar 08 2007
MATHEMATICA
Select[Sqrt/@Table[Prime[k]*Prime[k+1]+2Prime[k+1], {k, 160}], IntegerQ]^2 (* James C. McMahon, Jan 27 2024 *)
CROSSREFS
Sequence in context: A046949 A137659 A020325 * A046950 A146641 A171590
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Jul 06 2005
EXTENSIONS
Corrected and extended by Ray Chandler, Jul 10 2005
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 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)