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!)
A083228 A Jacobsthal related sequence. 2
1, 3, 21, 341, 10923, 699051, 89478485, 22906492245, 11728124029611, 12009599006321323, 24595658764946068821, 100743818301219097892181, 825293359523586849932749483, 13521606402434446949298167524011 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A001045(binomial(n+2, 2)) = 2^binomial(n+2, 2)/3 - (-1)^binomial(n+2, 2)/3.
PROG
(Magma) [2^Binomial(n+2, 2)/3-(-1)^Binomial(n+2, 2)/3: n in [0..15]]; // Vincenzo Librandi, Jun 29 2011
(PARI) a(n)=2^binomial(n+2, 2)\/3 \\ Charles R Greathouse IV, Jun 29 2011
CROSSREFS
Cf. A000217.
Sequence in context: A240936 A342245 A332928 * A052445 A351130 A186271
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 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 April 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)