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!)
A111440 Squares of the form semiprime(n) + prime(n). 2
9, 25, 64, 81, 400, 576, 1024, 1296, 2304, 2704, 4096, 7225, 7744, 10816, 14884, 15376, 19044, 20736, 22500, 25600, 26244, 28900, 33124, 35344, 39601, 41616, 46656, 47961, 48400, 52900, 55225, 89401, 91204, 96100, 99856, 114921, 136900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The first 3 semiprimes are {4,6,9} and the first 3 primes are {2,3,5}. The second term in each are {6,3} whose sum is 9, a square. - Robert G. Wilson v
MATHEMATICA
sp = Select[ Range[10^5], Plus @@ Last /@ FactorInteger@ # == 2 &]; s = Select[ Range@Length@sp, IntegerQ[ Sqrt[sp[[ # ]] + Prime@# ]] &]; sp[[s]] + Prime[s]; (* Robert G. Wilson v *)
CROSSREFS
Sequence in context: A147353 A049740 A147405 * A077118 A242116 A209530
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Nov 14 2005
EXTENSIONS
More terms from Robert G. Wilson v, Nov 18 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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)