login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119901 Difference between two consecutive squares enclosing 3^(2n+1). 0
3, 11, 31, 93, 281, 841, 2525, 7575, 22727, 68183, 204551, 613655, 1840965, 5522897, 16568691, 49706071, 149118215, 447354647, 1342063941, 4026191825, 12078575475, 36235726425, 108707179277, 326121537829, 978364613487 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

a(n) = 2*Floor(3^((2n + 1)/2)) + 1.

EXAMPLE

a(2)=31 because 3^(2*2+1)=3^5=243, 15^2<243<16^2 and 16^2-15^2=256-225=31

MATHEMATICA

f[n_] := 2*Floor[3^((2n + 1)/2)] + 1; Table[f[n], {n, 0, 25}] (*Chandler*)

CROSSREFS

Sequence in context: A034543 A054343 A108898 * A106934 A146581 A146456

Adjacent sequences:  A119898 A119899 A119900 * A119902 A119903 A119904

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 27 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Jun 09 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.