The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A030692 Smallest nontrivial extension of n-th cube which is a prime. 1
11, 83, 271, 641, 1259, 2161, 3433, 51217, 7297, 10007, 13313, 172829, 21977, 27449, 33751, 40961, 49139, 58321, 68597, 800011, 926111, 106487, 1216711, 138241, 156253, 1757617, 196831, 219523, 2438911, 270001, 297911, 327689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Extensions here cannot contain leading 0's, otherwise we would have a(8)=51203. - Sean A. Irvine, Apr 05 2020
LINKS
MATHEMATICA
necp[n_]:=Module[{idn=IntegerDigits[n], k=1}, While[!PrimeQ[ FromDigits[ Join[ idn, IntegerDigits[k]]]], k=k+2]; FromDigits[Join[idn, IntegerDigits[ k]]]]; necp/@(Range[40]^3) (* Harvey P. Dale, Dec 11 2013 *)
PROG
(PARI) a(n) = {my(k=1); while(!isprime(x=eval(concat(Str(n^3), Str(k)))), k++); x; }; \\ Michel Marcus, Apr 07 2020
CROSSREFS
Different from A029949.
Cf. A030685 (for squares).
Sequence in context: A123367 A177142 A129388 * A294831 A055369 A016282
KEYWORD
nonn,base
AUTHOR
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 June 8 05:45 EDT 2024. Contains 373207 sequences. (Running on oeis4.)