A229497 Product between n-th prime and next perfect square.
8, 12, 45, 63, 176, 208, 425, 475, 575, 1044, 1116, 1813, 2009, 2107, 2303, 3392, 3776, 3904, 5427, 5751, 5913, 6399, 8300, 8900, 9700, 12221, 12463, 12947, 13189, 13673, 18288, 18864, 19728, 20016, 25181, 25519, 26533, 27547, 28223, 33908, 35084, 35476, 37436
Offset: 1
Examples
63 is in the sequence because 7*9=63.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
(Floor[Sqrt[#]] + 1)^2 # &/@Prime[Range[80]]