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!)
A326778 a(n) is the least k such that A213636(k) = n. 0
1, 2, 48, 24, 180, 300, 17640, 20160, 22680, 25200, 166320, 83160, 4324320, 9369360, 2162160, 7207200, 98017920, 49008960, 2793510720, 2095133040, 1396755360, 698377680, 1847208963600, 1927522396800, 2007835830000, 2088149263200, 2168462696400, 2248776129600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) is a multiple if A003418(n).
a(n) mod p = n where p is the least prime number > n.
PROG
(PARI) A213636(n) = for (d=2, oo, if (n%d, return (n%d)))
a(n) = my (l=lcm([1..n])); forstep (x=l, oo, l, if (A213636(x)==n, return (x/l)))
CROSSREFS
Sequence in context: A177190 A087259 A195876 * A083251 A226401 A226396
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Jul 29 2019
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 May 8 17:32 EDT 2024. Contains 372340 sequences. (Running on oeis4.)