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!)
A340641 a(n) is the least root of A340640(n). 5
2, 3, 5, 3, 2, 6, 7, 2, 3, 10, 11, 5, 2, 12, 14, 15, 3, 2, 17, 18, 19, 22, 23, 24, 26, 28, 31, 10, 2, 33, 35, 6, 11, 37, 41, 42, 45, 46, 3, 13, 47, 48, 50, 52, 53, 55, 56, 58, 59, 63, 65, 70, 71, 76, 77, 80, 82, 83, 88, 89, 90, 91, 96, 97, 99, 101, 103, 104, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A025478(A340640(n)).
EXAMPLE
a(1) = 2: A340640(1) = 4 = 2^2;
a(2) = 3: A340640(2) = 9 = 3^2;
a(3) = 5: A350640(3) = 25 = 5^2;
a(4) = 3: A340640(4) = 27 = 3^3.
PROG
(PARI) a340641(limit)={my(p2=999, p1=2, n2=1, n1=4); for(n=5, limit, my(p0=ispower(n)); if(p0>1, if(p2+p0>4, print1(round(n1^(1/p1)), ", ")); n2=n1; n1=n; p2=p1; p1=p0))};
a340641(13000)
CROSSREFS
Sequence in context: A197032 A321781 A254862 * A322235 A346477 A337583
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Jan 14 2021
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)