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!)
A066210 a(n) = ((2*n)^(2*n+2) - 1)/(4*n^2 - 1). 1
1, 5, 273, 47989, 17043521, 10101010101, 8978450801041, 11168991475945493, 18519084246547628289, 39468223580173616639125, 105120401002506265664160401, 342134767379466388778420319285, 1336055317331762879448123353666113 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[((2n)^(2n+2)-1)/(4n^2-1), {n, 0, 20}] (* Harvey P. Dale, Jan 18 2020 *)
PROG
(PARI) { for (n=0, 100, write("b066210.txt", n, " ", ((2*n)^(2*n+2)-1)/(4*n^2-1)) ) } \\ Harry J. Smith, Feb 06 2010
(Magma) [((2*n)^(2*n+2) - 1)/(4*n^2 - 1): n in [0..12]]; // Vincenzo Librandi, Jan 19 2020
CROSSREFS
Sequence in context: A153322 A326321 A234324 * A036213 A262548 A112901
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 17 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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)