The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A064485 Number of ordered pairs a,b of elements in the dihedral group D_2n such that the subgroup generated by the pair a,b is a proper subgroup of D_2n. 1
1, 10, 18, 40, 40, 108, 70, 160, 162, 280, 154, 432, 208, 532, 540, 640, 340, 972, 418, 1120, 1008, 1276, 598, 1728, 1000, 1768, 1458, 2128, 928, 2880, 1054, 2560, 2376, 2992, 2380, 3888, 1480, 3724, 3276, 4480, 1804, 5544, 1978, 5104, 4860, 5428, 2350, 6912 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 4*n^2 - A064400(n) = 4*n^2 - 3*n*phi(n).
MAPLE
with(numtheory): A064485:=n->4*n^2-3*n*phi(n): seq(A064485(n), n=1..50); # Wesley Ivan Hurt, Oct 08 2014
MATHEMATICA
Table[4 n^2 - 3 n*EulerPhi[n], {n, 50}] (* Wesley Ivan Hurt, Oct 08 2014 *)
CROSSREFS
Sequence in context: A363769 A153360 A189323 * A007938 A007937 A300601
KEYWORD
nonn
AUTHOR
Dan Fux (dan.fux(AT)OpenGaia.com or danfux(AT)OpenGaia.com), Oct 03 2001
EXTENSIONS
More terms from Eric M. Schmidt, Oct 08 2014
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 May 19 11:03 EDT 2024. Contains 372683 sequences. (Running on oeis4.)