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

A169923
Integer values of 3*n-36+360/(n+10) (see A169922).
1
0, 0, 3, 8, 12, 21, 36, 52, 63, 77, 120, 155, 208, 297, 476, 1015
OFFSET
1,3
REFERENCES
P. Cvitanovic, Group Theory, Princeton, 2008; see Eq. (21.1).
MATHEMATICA
Select[Table[3n-36+360/(n+10), {n, 0, 1200}], IntegerQ] (* Harvey P. Dale, Jun 04 2011 *)
CROSSREFS
Sequence in context: A370755 A022407 A330897 * A158022 A209934 A007434
KEYWORD
nonn,fini,full
AUTHOR
N. J. A. Sloane, Jul 20 2010
STATUS
approved