login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A174680 Numerator of 1/16 - 1/n^2, using -1 at the pole where n=0. 2
-1, -15, -3, -7, 0, 9, 5, 33, 3, 65, 21, 105, 1, 153, 45, 209, 15, 273, 77, 345, 3, 425, 117, 513, 35, 609, 165, 713, 3, 825, 221, 945, 63, 1073, 285, 1209, 5, 1353, 357, 1505, 99, 1665, 437, 1833, 15, 2009, 525, 2193, 143, 2385, 621, 2585, 21, 2793, 725, 3009, 195, 3233, 837, 3465, 14, 3705 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Extends the Brackett spectrum to negative principal quantum numbers in the spirit of A144477 and A171709.
LINKS
FORMULA
a(n) = A061041(n), n >= 4.
a(n) = A172157(4,n), n >= 1.
a(n) = a(-n) for all n in Z.
MATHEMATICA
Table[(n^2 - 16)/(GCD[n^2 - 16, 16*n^2]), {n, 0, 100}] (* G. C. Greubel, Sep 16 2018 *)
PROG
(PARI) {a(n) = (n^2 - 16) / gcd(n^2 - 16, 16 * n^2)}; /* Michael Somos, Jan 06 2011 */
CROSSREFS
Sequence in context: A040218 A226379 A037924 * A225948 A248129 A256527
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Nov 30 2010
EXTENSIONS
removed a(-4)-a(-1) since a(-n)=a(n) by Michael Somos, Jan 06 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 10 21:37 EDT 2024. Contains 375795 sequences. (Running on oeis4.)