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!)
A258602 Smallest number m such that A069492(m) = prime(n)^5. 8
2, 5, 12, 20, 37, 45, 68, 82, 106, 142, 153, 194, 215, 227, 251, 290, 321, 336, 373, 395, 408, 442, 463, 499, 542, 566, 573, 600, 612, 634, 709, 728, 758, 769, 819, 831, 860, 895, 916, 947, 971, 980, 1034, 1043, 1057, 1069, 1131, 1190, 1208, 1219, 1240, 1265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A069492(a(n)) = A050997(n) = prime(n)^5;
A069492(m) mod prime(n) > 0 for m < a(n);
also smallest number m such that A258570(m) = prime(n):
A258570(a(n)) = A000040(n) and A258570(m) != A000040(n) for m < a(n).
LINKS
EXAMPLE
. n | p | a(n) | A069492(a(n)) = A050997(n) = p^5
. ----+----+-------+---------------------------------
. 1 | 2 | 2 | 32
. 2 | 3 | 5 | 243
. 3 | 5 | 12 | 3125
. 4 | 7 | 20 | 16807
. 5 | 11 | 37 | 161051
. 6 | 13 | 45 | 371293
. 7 | 17 | 68 | 1419857
. 8 | 19 | 82 | 2476099
. 9 | 23 | 106 | 6436343
. 10 | 29 | 142 | 20511149
. 11 | 31 | 153 | 28629151
. 12 | 37 | 194 | 69343957
. 13 | 41 | 215 | 115856201
. 14 | 43 | 227 | 147008443
. 15 | 47 | 251 | 229345007
. 16 | 53 | 290 | 418195493
. 17 | 59 | 321 | 714924299
. 18 | 61 | 336 | 844596301
. 19 | 67 | 373 | 1350125107
. 20 | 71 | 395 | 1804229351
. 21 | 73 | 408 | 2073071593
. 22 | 79 | 442 | 3077056399
. 23 | 83 | 463 | 3939040643
. 24 | 89 | 499 | 5584059449
. 25 | 97 | 542 | 8587340257 .
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a258602 = (+ 1) . fromJust . (`elemIndex` a258570_list) . a000040
CROSSREFS
Sequence in context: A333558 A095306 A356649 * A327065 A307605 A079648
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 06 2015
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)