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!)
A098713 a(n) = (2n+1)*2^(2n+1) - 1. 2
1, 23, 159, 895, 4607, 22527, 106495, 491519, 2228223, 9961471, 44040191, 192937983, 838860799, 3623878655, 15569256447, 66571993087, 283467841535, 1202590842879, 5085241278463, 21440476741631, 90159953477631, 378231999954943, 1583296743997439, 6614661952700415, 27584547717644287, 114841790497947647 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A098713 := proc(n) (2*n+1)*2^(2*n+1)-1 ; end proc: # R. J. Mathar, Feb 04 2011
PROG
(Magma) [ (2*n+1)*2^(2*n+1) - 1: n in [0..30] ]; // Vincenzo Librandi, Feb 04 2011
CROSSREFS
Cf. A003261.
Sequence in context: A122615 A231216 A133253 * A263475 A214895 A042022
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Sep 28 2004
EXTENSIONS
More terms from Sam Alexander, Jan 06 2005
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 September 18 06:05 EDT 2024. Contains 375996 sequences. (Running on oeis4.)