OFFSET
1,1
COMMENTS
Related to the Paschen spectrum of hydrogen. Contains only odd numbers. The sequence read modulo 9 is "full" and contains all numbers from 0 to 8.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
FORMULA
a(n) = A061039(2*n+2).
a(n) = 3*a(n-27) - 3*a(n-54) + a(n-81). - G. C. Greubel, Mar 06 2022
MATHEMATICA
Numerator[1/9 - 1/(2*Range[2, 100])^2] (* G. C. Greubel, Mar 06 2022 *)
PROG
(Sage) [numerator(1/9 -1/(2*n+2)^2) for n in (1..100)] # G. C. Greubel, Mar 06 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul Curtz, Oct 06 2008
EXTENSIONS
Formula index corrected, extended by R. J. Mathar, Dec 02 2008
STATUS
approved