login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A110254
Square-indexed values of A110243.
1
1, 2, 5, 7, 17, 21, 25, 43, 65, 55, 81, 111, 97, 157, 169, 121, 257, 273, 217, 343, 321, 253, 441, 507, 385, 501, 625, 487, 673, 813, 481, 931, 1025, 661, 1089, 841, 865, 1333, 1369, 937, 1281, 1641, 1009, 1807, 1761, 1081, 2025, 2163, 1537
OFFSET
0,2
FORMULA
a(n)=A110243(n^2)
MAPLE
A110254 := proc(n)
A110243(n^2) ;
end proc: # R. J. Mathar, Feb 20 2015
CROSSREFS
Sequence in context: A238699 A068360 A378620 * A019084 A278487 A176676
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 17 2005
STATUS
approved