login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065371 a(1) = 1, a(prime(i)) = prime(i) - i for i > 0 and a(u * v) = a(u) * a(v) for u, v > 0. 4
1, 1, 1, 1, 2, 1, 3, 1, 1, 2, 6, 1, 7, 3, 2, 1, 10, 1, 11, 2, 3, 6, 14, 1, 4, 7, 1, 3, 19, 2, 20, 1, 6, 10, 6, 1, 25, 11, 7, 2, 28, 3, 29, 6, 2, 14, 32, 1, 9, 4, 10, 7, 37, 1, 12, 3, 11, 19, 42, 2, 43, 20, 3, 1, 14, 6, 48, 10, 14, 6, 51, 1, 52, 25, 4, 11, 18, 7, 57, 2, 1, 28, 60, 3, 20, 29 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,5

COMMENTS

a(n) > 0 and a(n) < n for all n > 1.

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 1..10000

EXAMPLE

a(210) = a(2*3*5*7) = a(2)*a(3)*a(5)*a(7) = (prime(1)-1)*(prime(2)-2)*(prime(3)-3)*(prime(4)-4) = (2-1)*(3-2)*(5-3)*(7-4) = 1*1*2*3 = 6.

PROG

(Haskell)

a065371 1 = 1

a065371 n = product $ map (a014689 . a049084) $ a027746_row n

-- Reinhard Zumkeller, Apr 09 2012

CROSSREFS

Cf. A000040, A014689, A065372, A065373, A065374.

Cf. A027746, A049084, A014689.

Sequence in context: A007740 A117811 A051793 * A186007 A212623 A218578

Adjacent sequences:  A065368 A065369 A065370 * A065372 A065373 A065374

KEYWORD

mult,nonn

AUTHOR

Reinhard Zumkeller, Nov 01 2001

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 19:50 EDT 2013. Contains 226416 sequences.