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!)
A089816 a(n) = floor((n+3)^(n+2)/((n+3)^2-1)). 1
1, 4, 26, 222, 2451, 33288, 538084, 10101010, 216145205, 5195862732, 138679078110, 4070332170534, 130325562613351, 4521260802379792, 168962471790509960, 6767528048726614650, 289242639716420115369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Floor[(n + 3)^(n + 2)/((n + 3)^2 - 1)], {n, 0, 50}] (* G. C. Greubel, Oct 11 2017 *)
PROG
(PARI) for(n=0, 25, print1(floor((n+3)^(n+2)/((n+3)^2-1)), ", ")) \\ G. C. Greubel, Oct 11 2017
(Magma) [Floor((n+3)^(n+2)/((n+3)^2-1)): n in [0..25]]; // G. C. Greubel, Oct 11 2017
CROSSREFS
Sequence in context: A145347 A219780 A259902 * A371539 A245768 A152407
KEYWORD
nonn
AUTHOR
Paul Barry, Nov 12 2003
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)