[go: up one dir, main page]

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!)
A049073 LCM of all divisors of d of n such that d+1 is a prime power. 3
1, 2, 3, 4, 1, 6, 7, 8, 3, 10, 1, 12, 1, 14, 15, 16, 1, 18, 1, 20, 21, 22, 1, 24, 1, 26, 3, 28, 1, 30, 31, 16, 3, 2, 7, 36, 1, 2, 3, 40, 1, 42, 1, 44, 15, 46, 1, 48, 7, 10, 3, 52, 1, 18, 1, 56, 3, 58, 1, 60, 1, 62, 63, 16, 1, 66, 1, 4, 3, 70, 1, 72, 1, 2, 15, 4, 7, 78, 1, 80, 3, 82, 1, 84, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(A185208(n)) = 1. - Reinhard Zumkeller, Nov 01 2012
LINKS
MATHEMATICA
a[n_] := LCM @@ Select[Divisors[n], PrimeNu[# + 1] == 1 &]; Table[a[n], {n, 1, 85}] (* Jean-François Alcover, Aug 17 2013 *)
PROG
(Haskell)
a049073 = foldl lcm 1 . filter ((== 1) . a010055 . (+ 1)) . a027750_row
-- Reinhard Zumkeller, Nov 01 2012
CROSSREFS
Sequence in context: A105587 A345998 A319676 * A076388 A354988 A264977
KEYWORD
nonn,easy,nice
AUTHOR
David E. Daykin
EXTENSIONS
More terms from Erich Friedman, Jun 03 2001
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 August 31 08:34 EDT 2024. Contains 375560 sequences. (Running on oeis4.)