A093867 Duplicate of A069549.
4, 9, 25, 25, 49, 49, 121, 121, 121, 121, 169, 169, 289, 289, 289, 289, 361, 361, 529
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a[n_] := NextPrime[n^2]^2; Array[a, 40] (* Amiram Eldar, May 08 2025 *)
a(n) = nextprime(n^2)^2; \\ Amiram Eldar, May 08 2025