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”).

A174902
Denominator of 1 - 1/n^2, using 0 at the pole where n=0.
1
1, 0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 576, 625, 676, 729, 784, 841, 900, 961, 1024, 1089, 1156, 1225, 1296, 1369, 1444, 1521, 1600, 1681, 1764, 1849, 1936, 2025
OFFSET
-1,4
COMMENTS
From Lyman antispectrum of hydrogen.
FORMULA
a(n) = A000290(n), n>=0.
PROG
(PARI) a(n)=n^2 \\ Charles R Greathouse IV, Nov 26 2012
CROSSREFS
Main sequence is A000290.
Sequence in context: A331221 A376170 A174452 * A000290 A162395 A253909
KEYWORD
nonn,easy,less
AUTHOR
Paul Curtz, Dec 02 2010
STATUS
approved