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!)
A258434 n^2 - phi(n). 2
0, 3, 7, 14, 21, 34, 43, 60, 75, 96, 111, 140, 157, 190, 217, 248, 273, 318, 343, 392, 429, 474, 507, 568, 605, 664, 711, 772, 813, 892, 931, 1008, 1069, 1140, 1201, 1284, 1333, 1426, 1497, 1584, 1641, 1752, 1807, 1916, 2001, 2094, 2163, 2288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000290(n) - A000010(n).
For p prime, a(p) = A002061(p); A119959 is a subsequence. - Michel Marcus, Jun 06 2015
EXAMPLE
a(5) = 21, since 5^2 = 25 and phi(5) = 4.
MATHEMATICA
Table[n^2 - EulerPhi[n], {n, 200}]
PROG
(PARI) vector(50, n, n^2-eulerphi(n)) \\ Michel Marcus, May 30 2015
(Magma) [n^2 - EulerPhi(n): n in [1..60]]; // Vincenzo Librandi, Jun 03 2015
CROSSREFS
Sequence in context: A161210 A256059 A347349 * A249341 A310278 A154772
KEYWORD
nonn,easy
AUTHOR
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 July 28 09:39 EDT 2024. Contains 374676 sequences. (Running on oeis4.)