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!)
A269023 Complement of A269020: numbers not of the form ceiling(n^(1+1/n)). 2
2, 4, 8, 19, 51, 141, 392, 1079, 2957, 8072, 21987, 59825, 162695, 442342, 1202521, 3268920, 8885999, 24154826, 65659826, 178482140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The limiting ratio is e (see comment in A059921).
LINKS
EXAMPLE
The term 8 appears because A269020(5)=7 and A269020(6)=9.
MATHEMATICA
Complement[Range[1, 100000], Table[Ceiling[n^(1 + 1/n)], {n, 100000}]] (* Vaclav Kotesovec, Mar 12 2016 *)
PROG
(PARI) a269020(n) = ceil(n^(1+1/n))
for(n=1, 1e20, if(a269020(n+1)-a269020(n) > 1, print1(a269020(n)+1, ", "))) \\ Felix Fröhlich, Mar 12 2016
CROSSREFS
Sequence in context: A003081 A100133 A099598 * A173310 A320178 A128816
KEYWORD
nonn,more
AUTHOR
Bob Selcoe, Feb 18 2016
EXTENSIONS
a(18)-a(20) from Felix Fröhlich, Mar 12 2016
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 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)