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

A092790
a(n) = (n+1)*phi(n-1)/2.
1
2, 5, 6, 14, 8, 27, 20, 33, 24, 65, 28, 90, 48, 68, 72, 152, 60, 189, 88, 138, 120, 275, 104, 270, 168, 261, 180, 434, 128, 495, 272, 350, 288, 444, 228, 702, 360, 492, 336, 860, 264, 945, 460, 564, 528, 1127, 400, 1071, 520, 848, 648, 1430, 504, 1140, 696, 1062, 840, 1769
OFFSET
3,1
COMMENTS
The old entry with this sequence number was a duplicate of A082470.
LINKS
J. Jaffe, Permutation numbers, Math. Mag., 49 (1976), 80-84.
MATHEMATICA
Table[(n+1) EulerPhi[n-1]/2, {n, 3, 60}] (* Harvey P. Dale, Apr 22 2012 *)
PROG
(PARI) a(n) = (n+1)*eulerphi(n-1)/2; \\ Michel Marcus, Sep 18 2017
CROSSREFS
Sequence in context: A058668 A271640 A180744 * A105043 A083095 A083097
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 04 2008
STATUS
approved