The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096054 a(n) = (36^n/6)*B(2n,1/6)/B(2n) where B(n,x) is the n-th Bernoulli polynomial and B(k)=B(k,0) is the k-th Bernoulli number. 3
1, 91, 3751, 138811, 5028751, 181308931, 6529545751, 235085301451, 8463265086751, 304679288612371, 10968470088963751, 394865064451017691, 14215143591303768751, 511745180725868773411, 18422826609078989373751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/12)*(36^n - 2*9^n - 3*4^n+6).
From Colin Barker, May 30 2020: (Start)
G.f.: x*(1 - 6*x)*(1 + 47*x + 36*x^2) / ((1 - x)*(1 - 4*x)*(1 - 9*x)*(1 - 36*x)).
a(n) = 50*a(n-1) - 553*a(n-2) + 1800*a(n-3) - 1296*a(n-4) for n>4.
(End)
PROG
(PARI) a(n)=(1/12)*36^n-(1/6)*9^n-(1/4)*4^n+1/2
CROSSREFS
Sequence in context: A133416 A169937 A047697 * A129965 A017807 A017754
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Jun 18 2004
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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)