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!)
A066018 a(n) is the smallest k such that (k^4 + 1)/(n^4 + 1) is an integer > 1. 1
3, 8, 27, 64, 125, 216, 343, 474, 43, 781, 1331, 1728, 2197, 1807, 3375, 4096, 4913, 1600, 807, 8000, 9261, 10648, 12167, 13824, 7353, 17576, 6721, 21952, 24389, 27000, 29791, 32768, 35937, 39304, 42875, 46656, 50653, 4015, 59319, 20723 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[k = 1; While[m = (k^4 + 1)/(n^4 + 1); m < 2 || !IntegerQ[m], k++ ]; Print[k], {n, 1, 40} ]
PROG
(PARI) { for (n=1, 250, f=n^4 + 1; a=n + 1; while (frac((a^4 + 1)/f) !=0, a++); write("b066018.txt", n, " ", a) ) } \\ Harry J. Smith, Nov 06 2009
CROSSREFS
Cf. A065964.
Sequence in context: A118165 A296258 A066020 * A066023 A347830 A305049
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Dec 11 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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)