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!)
A032104 Shifts left 2 places under "BHK" (reversible, identity, unlabeled) transform. 1
1, 1, 1, 1, 2, 3, 8, 16, 40, 89, 214, 498, 1194, 2849, 6890, 16706, 40820, 100134, 246930, 611215, 1518972, 3787278, 9473250, 23762348, 59763611, 150670704, 380716008, 963993526, 2445626469, 6215681848, 15824165262 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI)
BHK(p)={p + (1/(1-p) - (1+p)/subst(1-p, x, x^2))/2}
seq(n)={my(p=1+O(x^(n%2))); for(i=1, n\2, p=1+x+x*BHK(x*p)); Vec(p)} \\ Andrew Howroyd, Aug 30 2018
CROSSREFS
Sequence in context: A219751 A121133 A011952 * A051573 A292853 A363204
KEYWORD
nonn,eigen
AUTHOR
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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)