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!)
A344131 a(n+1) = (8*n^2+8*n+3)*a(n) - 16*n^4*a(n-1), with a(0)=0, a(1)=1. 0
0, 1, 19, 713, 45963, 4571521, 651249603, 125978555961, 31797923989563, 10154867346496881, 4003950222788879475, 1910709271283079616425, 1085491754899149563498475, 724022706189621081117571425, 560305448143863386421257597475, 497969168730434344111574554745625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Karl Dilcher and Lin Jiu, Hankel Determinants of shifted sequences of Bernoulli and Euler numbers, arXiv:2105.01880 [math.NT], 2021. See Proposition 3.5. p. 7.
PROG
(PARI) a(n) = if (n<=1, n, n--; (8*n^2+8*n+3)*a(n) - 16*n^4*a(n-1));
CROSSREFS
Sequence in context: A369373 A280112 A231160 * A078986 A364299 A180990
KEYWORD
nonn
AUTHOR
Michel Marcus, May 10 2021
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 July 14 15:16 EDT 2024. Contains 374322 sequences. (Running on oeis4.)