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!)
A046152 a(n) = n*phi(n) + 1. 1
2, 3, 7, 9, 21, 13, 43, 33, 55, 41, 111, 49, 157, 85, 121, 129, 273, 109, 343, 161, 253, 221, 507, 193, 501, 313, 487, 337, 813, 241, 931, 513, 661, 545, 841, 433, 1333, 685, 937, 641, 1641, 505, 1807, 881, 1081, 1013, 2163, 769, 2059, 1001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[n*EulerPhi[n]+1, {n, 50}] (* Harvey P. Dale, Nov 04 2016 *)
PROG
(PARI) a(n) = n*eulerphi(n) + 1; \\ Michel Marcus, Mar 08 2020
CROSSREFS
Sequence in context: A007649 A218909 A225202 * A057239 A319911 A024541
KEYWORD
nonn
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 April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)