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!)
A239244 Let y be the sum of the numbers x coprime to n, with x<=n. Sequence lists n such that digits of y end in 'n'. 1
3, 4, 6, 80, 920, 37568, 56352, 7148453888, 7169453056, 7286124544, 7325797376, 7595232256, 8935567360, 9107655680, 13403351040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n*phi(n)/2 is of the form 'm' U 'n'.
LINKS
EXAMPLE
phi(920) = 352; 902*352/2 = 161920 that is '161' U '920'.
MAPLE
with(numtheory); P:=proc(q) local a, b, n;
for n from 1 to q do a:=n; b:=0; while a>0 do b:=b+1; a:=trunc(a/10); od;
if n=((n*phi(n)/2) mod 10^b) then print(n); fi; od; end: P(10^9);
CROSSREFS
Sequence in context: A263940 A358936 A256326 * A267943 A066466 A332511
KEYWORD
nonn,more,base
AUTHOR
Paolo P. Lava, Mar 13 2014
EXTENSIONS
a(8)-a(15) from Giovanni Resta, Mar 14 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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)